Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp62 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
106 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
189 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1878 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string &sectionName, bool w… in EmitBlockMarker()
2093 … const std::string &prefixStr, const std::string &sectionName, in EmitMetaDataSymbolWithMarkFlag()
2354 …:EmitUninitializedSymbolsWithPrefixSection(const MIRSymbol &symbol, const std::string &sectionName) in EmitUninitializedSymbolsWithPrefixSection()
2555 … auto &sectionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local
2578 std::string sectionName = ".reflection_strtab"; in EmitGlobalVariable() local
2616 … auto &sectionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local
2743 std::string sectionName = kMuidClassMetadataPrefixStr; in EmitGlobalVariable() local
2938 const std::string &sectionName) in EmitMuidTable()
2990 const std::string &sectionName) in EmitClassInfoSequential()
3013 void Emitter::EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string &sectionName) in EmitMethodDeclaringClass()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp148 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection()
169 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection()
304 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSection()
311 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSection()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp45 const std::string &sectionName) in AllocateCodeSection()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp430 std::string sectionName = namemangler::kMuidJavatextPrefixStr; in Run() local
433 const std::string &sectionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1538 const string &sectionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in EmitFunctionHeader() local