Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp118 const auto &sectionName = cantFail(section.getName()); in GetRoDataSections() local
H A Dark_aot_linker.cpp59 void PandaSectionMemoryManager::RememberAllocation(llvm::StringRef sectionName, uint8_t *memory, uintptr_t size, in RememberAllocation() argument
38 allocateCodeSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, llvm::StringRef sectionName) allocateCodeSection() argument
46 allocateDataSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, llvm::StringRef sectionName, bool readOnly) allocateDataSection() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp58 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
102 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
185 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp53 AllocateCodeSection(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, const std::string &sectionName) AllocateCodeSection() argument
60 AllocateCodeSectionOnDemand(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, const std::string &sectionName) AllocateCodeSectionOnDemand() argument
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h399 static const char sectionName[] = ".note.gnu.build-id"; in ParseELFSectionsForBuildId() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp178 uint8_t *CodeInfo::AllocaCodeSectionImp(uintptr_t size, const char *sectionName, in AllocaCodeSectionImp() argument
200 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection() argument
205 uint8_t *CodeInfo::AllocaCodeSectionOnDemand(uintptr_t size, const char *sectionName) in AllocaCodeSectionOnDemand() argument
210 uint8_t *CodeInfo::AllocaDataSectionImp(uintptr_t size, const char *sectionName, in AllocaDataSectionImp() argument
238 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection() argument
243 AllocaDataSectionOnDemand(uintptr_t size, const char *sectionName) AllocaDataSectionOnDemand() argument
358 RoundTripAllocateCodeSection(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName) RoundTripAllocateCodeSection() argument
365 RoundTripAllocateCodeSectionOnDemand(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName) RoundTripAllocateCodeSectionOnDemand() argument
372 RoundTripAllocateDataSection(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName, [[maybe_unused]] LLVMBool isReadOnly) RoundTripAllocateDataSection() argument
380 RoundTripAllocateDataSectionOnDemand(void *object, uintptr_t size, [[maybe_unused]] unsigned alignment, [[maybe_unused]] unsigned sectionID, const char *sectionName, [[maybe_unused]] LLVMBool isReadOnly) RoundTripAllocateDataSectionOnDemand() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1480 const string &sectionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in EmitFunctionHeader() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1633 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string &sectionName, bool withAddr, in EmitAsmLabel() argument
2063 void Emitter::EmitUninitializedSymbolsWithPrefixSection(const MIRSymbol &symbol, const std::string &sectionName) in EmitAsmLabel() argument
1856 EmitMetaDataSymbolWithMarkFlag(const std::vector<MIRSymbol *> &mirSymbolVec, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &prefixStr, const std::string &sectionName, bool isHotFlag) EmitAsmLabel() argument
2245 auto &sectionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); EmitAsmLabel() local
2266 std::string sectionName = ".reflection_strtab"; EmitAsmLabel() local
2302 auto &sectionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); EmitAsmLabel() local
2405 std::string sectionName = kMuidClassMetadataPrefixStr; EmitAsmLabel() local
2602 EmitMuidTable(const std::vector<MIRSymbol *> &vec, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &sectionName) EmitAsmLabel() argument
2657 EmitClassInfoSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &sectionName) EmitAsmLabel() argument
2683 EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string &sectionName) EmitAsmLabel() argument
2707 EmitMethodFieldSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &sectionName) EmitAsmLabel() argument
[all...]

Completed in 11 milliseconds