| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | created_object_file.cpp | 118 const auto §ionName = cantFail(section.getName()); in GetRoDataSections() local
|
| H A D | ark_aot_linker.cpp | 59 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 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 [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 53 AllocateCodeSection(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, const std::string §ionName) AllocateCodeSection() argument 60 AllocateCodeSectionOnDemand(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, const std::string §ionName) AllocateCodeSectionOnDemand() argument
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | aot_runtime_info.h | 399 static const char sectionName[] = ".note.gnu.build-id"; in ParseELFSectionsForBuildId() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.cpp | 178 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 D | x64_emitter.cpp | 1480 const string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in EmitFunctionHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | emit.cpp | 1633 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string §ionName, bool withAddr, in EmitAsmLabel() argument 2063 void Emitter::EmitUninitializedSymbolsWithPrefixSection(const MIRSymbol &symbol, const std::string §ionName) in EmitAsmLabel() argument 1856 EmitMetaDataSymbolWithMarkFlag(const std::vector<MIRSymbol *> &mirSymbolVec, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &prefixStr, const std::string §ionName, bool isHotFlag) EmitAsmLabel() argument 2245 auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); EmitAsmLabel() local 2266 std::string sectionName = ".reflection_strtab"; EmitAsmLabel() local 2302 auto §ionName = 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 §ionName) EmitAsmLabel() argument 2657 EmitClassInfoSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string §ionName) EmitAsmLabel() argument 2683 EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string §ionName) EmitAsmLabel() argument 2707 EmitMethodFieldSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string §ionName) EmitAsmLabel() argument [all...] |