/external/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
D | WasmObjcopy.cpp | 23 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 45 StringRef SecName; in handleArgs() local 59 StringRef SecName, FileName; in handleArgs() local
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOObjcopy.cpp | 250 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 272 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() 374 StringRef SecName = SecPair.first; in handleArgs() local
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 71 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | COFFObjcopy.cpp | 233 StringRef SecName, FileName; in handleArgs() local
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 134 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() 178 StringRef SecName(S->sectname); in extractSections() local
|
D | elf2yaml.cpp | 205 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local 731 StringRef SecName) { in getDefaultShEntSize()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 173 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() 697 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
|
/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/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | ELFObjcopy.cpp | 290 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 729 StringRef SecName = SecPair.first; in handleArgs() local
|
D | Object.h | 501 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() 509 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
|
/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/llvm-project/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 95 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 126 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
|
/external/llvm-project/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 | 366 std::string SecName = ("." + DebugSecName).str(); in ELFState() local 375 for (StringRef SecName : ImplicitSections) { in ELFState() local 585 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
|
D | WasmEmitter.cpp | 578 StringRef SecName = ""; in writeWasm() 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/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 352 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() 1115 StringRef SecName; in processGlobals() local
|
/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/llvm-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 257 PragmaClangSectionKind SecKind, StringRef SecName) { in ActOnPragmaClangSection()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawTypes.h | 79 support::ulittle16_t SecName; // Byte index of the segment or group name member
|