/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | MachOObjcopy.cpp | 255 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 277 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() 360 StringRef SecName = SecPair.first; in handleArgs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 71 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
|
H A D | ELFDumper.cpp | 4414 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog() local 5459 const typename ELFT::Addr Size) { in printNotes() 6794 const typename ELFT::Addr Size) { in printNotes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | COFFObjcopy.cpp | 233 StringRef SecName, FileName; in handleArgs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 134 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() 178 StringRef SecName(S->sectname); in extractSections() local
|
H A D | elf2yaml.cpp | 198 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 189 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() 723 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | ELFObjcopy.cpp | 177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 614 StringRef SecName = SecPair.first; in handleArgs() local
|
H A D | Object.h | 504 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() 512 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
|
H A D | Object.cpp | 1771 Expected<StringRef> SecName = ElfFile.getSectionName(Shdr); in readSectionHeaders() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 352 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() 1143 StringRef SecName; in processGlobals() local 1310 StringRef SecName = F->getSection(); in processFuncPrototypes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
|
H A D | llvm-objdump.cpp | 252 StringRef SecName = *SecNameOrErr; in checkSectionFilter() local 1664 StringRef SecName = unwrapOrError(P.first.getName(), Obj->getFileName()); in printRelocations() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 126 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 1008 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName() 1073 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
|
H A D | ELFEmitter.cpp | 373 std::string SecName = ("." + DebugSecName).str(); in ELFState() local 382 for (StringRef SecName : ImplicitSections) { in ELFState() local 612 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
|
H A D | WasmEmitter.cpp | 607 StringRef SecName = ""; in writeWasm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawTypes.h | 79 support::ulittle16_t SecName; // Byte index of the segment or group name member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 275 StringRef SecName) { in ActOnPragmaClangSection()
|
H A D | SemaDeclAttr.cpp | 3013 llvm::Error Sema::isValidSectionSpecifier(StringRef SecName) { in isValidSectionSpecifier() 3025 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1063 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1118 StringRef &SecName) { in getNMSectionTagAndName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1709 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1986 std::string SecName; in HandlePragma() local
|