Searched defs:sectionName (Results 1 – 9 of 9) 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 | 178 uint8_t *CodeInfo::AllocaCodeSectionImp(uintptr_t size, const char *sectionName, in AllocaCodeSectionImp() 200 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection() 205 uint8_t *CodeInfo::AllocaCodeSectionOnDemand(uintptr_t size, const char *sectionName) in AllocaCodeSectionOnDemand() 210 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() 359 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSection() 366 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSectionOnDemand() 373 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSection() 381 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSectionOnDemand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 55 const std::string §ionName) in AllocateCodeSection() 62 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/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1966 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string §ionName, bool w… in EmitBlockMarker() 2180 … const std::string &prefixStr, const std::string §ionName, in EmitMetaDataSymbolWithMarkFlag() 2446 …:EmitUninitializedSymbolsWithPrefixSection(const MIRSymbol &symbol, const std::string §ionName) in EmitUninitializedSymbolsWithPrefixSection() 2646 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local 2669 std::string sectionName = ".reflection_strtab"; in EmitGlobalVariable() local 2705 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local 2829 std::string sectionName = kMuidClassMetadataPrefixStr; in EmitGlobalVariable() local 3025 const std::string §ionName) in EmitMuidTable() 3078 const std::string §ionName) in EmitClassInfoSequential() 3101 void Emitter::EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string §ionName) in EmitMethodDeclaringClass() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 399 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 | 1553 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 | 212 const std::string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in Run() local
|