Home
last modified time | relevance | path

Searched defs:SecName (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DObjectFileInterface.cpp87 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl())); in getMachOObjectFileSymbolInfo() local
140 if (auto SecName = Sec.getName()) { in getELFObjectFileSymbolInfo() local
221 if (auto SecName = Sec.getName()) { in getCOFFObjectFileSymbolInfo() local
DDebuggerSupportPlugin.cpp131 StringRef SecName; in startSynthesis() member
307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
DMachOPlatform.cpp1171 for (auto &SecName : DataSections) { in registerObjectPlatformSections() local
1196 for (auto &SecName : PlatformSections) { in registerObjectPlatformSections() local
DELFNixPlatform.cpp275 bool ELFNixPlatform::isInitializerSection(StringRef SecName) { in isInitializerSection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObjcopy.cpp40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
115 StringRef SecName; in handleArgs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObjcopy.cpp278 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
330 static Expected<Section &> findSection(StringRef SecName, Object &O) { in findSection()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h65 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp195 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
715 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp260 for (StringRef SecName : ImplicitSections) { in ELFState() local
372 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
696 for (const ELFYAML::SectionName &SecName : Phdr.Sections) { in getPhdrFragments() local
DWasmEmitter.cpp552 StringRef SecName = ""; in writeWasm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1009 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
DELFEmitter.cpp405 std::string SecName = ("." + DebugSecName).str(); in ELFState() local
421 for (StringRef SecName : ImplicitSections) { in ELFState() local
653 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
DWasmEmitter.cpp603 StringRef SecName = ""; in writeWasm() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp406 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1378 StringRef SecName; in processGlobals() local
1548 StringRef SecName = F->getSection(); in processFuncPrototypes() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCMachOStreamer.cpp143 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp346 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1058 StringRef SecName; in processGlobals() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h508 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
DELFObjcopy.cpp174 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp843 StringRef SecName; in DWARFContextInMemory() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp879 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local

12