Searched defs:sectionName (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 39 llvm::StringRef sectionName) in allocateCodeSection() 47 llvm::StringRef sectionName, bool readOnly) in allocateDataSection() 59 void PandaSectionMemoryManager::RememberAllocation(llvm::StringRef sectionName, uint8_t *memory, ui… in RememberAllocation()
|
| D | created_object_file.cpp | 118 const auto §ionName = cantFail(section.getName()); in GetRoDataSections() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 176 uint8_t *CodeInfo::AllocaCodeSectionImp(uintptr_t size, const char *sectionName, in AllocaCodeSectionImp() 198 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection() 203 uint8_t *CodeInfo::AllocaCodeSectionOnDemand(uintptr_t size, const char *sectionName) in AllocaCodeSectionOnDemand() 208 uint8_t *CodeInfo::AllocaDataSectionImp(uintptr_t size, const char *sectionName, in AllocaDataSectionImp() 238 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection() 243 uint8_t *CodeInfo::AllocaDataSectionOnDemand(uintptr_t size, const char *sectionName) in AllocaDataSectionOnDemand() 365 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSection() 372 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSectionOnDemand() 379 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSection() 387 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSectionOnDemand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 44 const std::string §ionName) in AllocateCodeSection() 51 const std::string §ionName) in AllocateCodeSectionOnDemand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_reader.cpp | 58 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
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 340 const char* sectionName) in ValidateSectionBounds()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 2244 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitAsmLabel() local 2265 std::string sectionName = ".reflection_strtab"; in EmitAsmLabel() local 2301 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitAsmLabel() local 2404 std::string sectionName = kMuidClassMetadataPrefixStr; in EmitAsmLabel() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 405 static const char sectionName[] = ".note.gnu.build-id"; in ParseELFSectionsForBuildId() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1612 const string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in EmitFunctionHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 182 const std::string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in Run() local
|