Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp23 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 DMachOObjcopy.cpp255 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 DObjDumper.cpp71 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
H A DELFDumper.cpp4414 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 DCOFFObjcopy.cpp233 StringRef SecName, FileName; in handleArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp134 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection()
178 StringRef SecName(S->sectname); in extractSections() local
H A Delf2yaml.cpp198 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp189 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 DELFObjcopy.cpp177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
614 StringRef SecName = SecPair.first; in handleArgs() local
H A DObject.h504 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
512 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
H A DObject.cpp1771 Expected<StringRef> SecName = ElfFile.getSectionName(Shdr); in readSectionHeaders() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp352 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 DELFDump.cpp103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
H A Dllvm-objdump.cpp252 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 DMCMachOStreamer.cpp126 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1008 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1073 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
H A DELFEmitter.cpp373 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 DWasmEmitter.cpp607 StringRef SecName = ""; in writeWasm() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp275 StringRef SecName) { in ActOnPragmaClangSection()
H A DSemaDeclAttr.cpp3013 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 DWebAssemblyAsmParser.cpp1063 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1118 StringRef &SecName) { in getNMSectionTagAndName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1709 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1986 std::string SecName; in HandlePragma() local