/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectFileInterface.cpp | 87 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
|
D | DebuggerSupportPlugin.cpp | 131 StringRef SecName; in startSynthesis() member 307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
|
D | MachOPlatform.cpp | 1171 for (auto &SecName : DataSections) { in registerObjectPlatformSections() local 1196 for (auto &SecName : PlatformSections) { in registerObjectPlatformSections() local
|
D | ELFNixPlatform.cpp | 275 bool ELFNixPlatform::isInitializerSection(StringRef SecName) { in isInitializerSection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
D | WasmObjcopy.cpp | 40 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/ |
D | MachOObjcopy.cpp | 278 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/ |
D | RawTypes.h | 65 support::ulittle16_t SecName; // Byte index of the segment or group name member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 195 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/ |
D | ELFEmitter.cpp | 260 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
|
D | WasmEmitter.cpp | 552 StringRef SecName = ""; in writeWasm() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 1009 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName() 1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
|
D | ELFEmitter.cpp | 405 std::string SecName = ("." + DebugSecName).str(); in ELFState() local 421 for (StringRef SecName : ImplicitSections) { in ELFState() local 653 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
|
D | WasmEmitter.cpp | 603 StringRef SecName = ""; in writeWasm() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 406 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/ |
D | MCMachOStreamer.cpp | 143 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 346 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/ |
D | ELFObject.h | 508 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() 516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
|
D | ELFObjcopy.cpp | 174 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 843 StringRef SecName; in DWARFContextInMemory() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 372 StringRef SecName; in printLineInfoForInput() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawTypes.h | 79 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/ |
D | RawTypes.h | 79 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/ |
D | WebAssemblyAsmParser.cpp | 879 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
|