Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp87 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
H A DDebuggerSupportPlugin.cpp131 StringRef SecName; in startSynthesis() member
307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
H A DMachOPlatform.cpp1171 for (auto &SecName : DataSections) { in registerObjectPlatformSections() local
1196 for (auto &SecName : PlatformSections) { in registerObjectPlatformSections() local
H A DELFNixPlatform.cpp275 bool ELFNixPlatform::isInitializerSection(StringRef SecName) { in isInitializerSection()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection()
H A DDebugInfoLinker.cpp237 static bool knownByDWARFUtil(StringRef SecName) { in knownByDWARFUtil()
262 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind()
H A Dllvm-dwarfutil.cpp164 Expected<StringRef> SecName = Sec.getName(); in setConfigToAddNewDebugSections() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
115 StringRef SecName; in handleArgs() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp278 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
330 static Expected<Section &> findSection(StringRef SecName, Object &O) { in findSection()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp117 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp140 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection()
184 StringRef SecName(S->sectname); in extractSections() local
H A Delf2yaml.cpp201 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp195 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
715 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp405 std::string SecName = ("." + DebugSecName).str(); in ELFState() local
421 for (StringRef SecName : ImplicitSections) { in ELFState() local
653 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
H A DDWARFEmitter.cpp1009 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
H A DWasmEmitter.cpp603 StringRef SecName = ""; in writeWasm() local
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp406 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1396 StringRef SecName; in processGlobals() local
1566 StringRef SecName = F->getSection(); in processFuncPrototypes() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp143 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h508 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
H A DELFObjcopy.cpp174 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1101 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp278 StringRef SecName) { in ActOnPragmaClangSection()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp327 StringRef SecName; in getSymbolType() local

12