Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
115 StringRef SecName; in handleArgs() local
125 StringRef SecName, FileName; in handleArgs() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp257 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
279 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection()
362 StringRef SecName = SecPair.first; in handleArgs() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp159 auto SecName = cantFail(MachOObj.getSectionName(Sec.getRawDataRefImpl())); in getObjectSymbolInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp90 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
DELFDumper.cpp4430 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog() local
5475 const typename ELFT::Addr Size) { in printNotes()
6923 const typename ELFT::Addr Size) { in printNotes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp189 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
723 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp233 StringRef SecName, FileName; in handleArgs() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
668 StringRef SecName = SecPair.first; in handleArgs() local
DObject.h504 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
512 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
DObject.cpp1776 Expected<StringRef> SecName = ElfFile.getSectionName(Shdr); in readSectionHeaders() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
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
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
Dllvm-objdump.cpp252 StringRef SecName = *SecNameOrErr; in checkSectionFilter() local
1745 StringRef SecName = unwrapOrError(P.first.getName(), Obj->getFileName()); in printRelocations() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp126 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1008 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1073 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
DELFEmitter.cpp404 std::string SecName = ("." + DebugSecName).str(); in ELFState() local
420 for (StringRef SecName : ImplicitSections) { in ELFState() local
653 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
DWasmEmitter.cpp607 StringRef SecName = ""; in writeWasm() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp275 StringRef SecName) { in ActOnPragmaClangSection()
DSemaDeclAttr.cpp3098 llvm::Error Sema::isValidSectionSpecifier(StringRef SecName) { in isValidSectionSpecifier()
3110 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp1097 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp1003 StringRef &SecName) { in getNMSectionTagAndName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1729 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParsePragma.cpp1986 std::string SecName; in HandlePragma() local