Searched defs:sectionName (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_reader.cpp | 62 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/ |
| D | emit.cpp | 1878 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string §ionName, bool w… in EmitBlockMarker() 2093 … const std::string &prefixStr, const std::string §ionName, in EmitMetaDataSymbolWithMarkFlag() 2354 …:EmitUninitializedSymbolsWithPrefixSection(const MIRSymbol &symbol, const std::string §ionName) in EmitUninitializedSymbolsWithPrefixSection() 2555 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local 2578 std::string sectionName = ".reflection_strtab"; in EmitGlobalVariable() local 2616 … auto §ionName = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol->sectionAttr); in EmitGlobalVariable() local 2743 std::string sectionName = kMuidClassMetadataPrefixStr; in EmitGlobalVariable() local 2938 const std::string §ionName) in EmitMuidTable() 2990 const std::string §ionName) in EmitClassInfoSequential() 3013 void Emitter::EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string §ionName) in EmitMethodDeclaringClass() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_codegen.cpp | 148 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/ |
| D | litecg_codegen.cpp | 45 const std::string §ionName) in AllocateCodeSection()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 430 std::string sectionName = namemangler::kMuidJavatextPrefixStr; in Run() local 433 const std::string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1538 const string §ionName = cgFunc.GetFunction().GetAttrs().GetPrefixSectionName(); in EmitFunctionHeader() local
|