/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 87 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 D | DebuggerSupportPlugin.cpp | 131 StringRef SecName; in startSynthesis() member 307 StringRef SegName, SecName; in completeSynthesisAndRegister() local
|
H A D | MachOPlatform.cpp | 1171 for (auto &SecName : DataSections) { in registerObjectPlatformSections() local 1196 for (auto &SecName : PlatformSections) { in registerObjectPlatformSections() local
|
H A D | ELFNixPlatform.cpp | 275 bool ELFNixPlatform::isInitializerSection(StringRef SecName) { in isInitializerSection()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.h | 20 inline bool isDebugSection(StringRef SecName) { in isDebugSection()
|
H A D | DebugInfoLinker.cpp | 237 static bool knownByDWARFUtil(StringRef SecName) { in knownByDWARFUtil() 262 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind()
|
H A D | llvm-dwarfutil.cpp | 164 Expected<StringRef> SecName = Sec.getName(); in setConfigToAddNewDebugSections() local
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() 115 StringRef SecName; in handleArgs() local
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 278 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 D | ObjDumper.cpp | 117 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 140 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() 184 StringRef SecName(S->sectname); in extractSections() local
|
H A D | elf2yaml.cpp | 201 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 195 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 D | ELFDump.cpp | 103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 405 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 D | DWARFEmitter.cpp | 1009 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName() 1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
|
H A D | WasmEmitter.cpp | 603 StringRef SecName = ""; in writeWasm() local
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 406 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 D | MCMachOStreamer.cpp | 143 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 508 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() 516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
|
H A D | ELFObjcopy.cpp | 174 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1101 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 278 StringRef SecName) { in ActOnPragmaClangSection()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 327 StringRef SecName; in getSymbolType() local
|