/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | ObjectFormats.cpp | 81 bool isMachOInitializerSection(StringRef SegName, StringRef SecName) { in isMachOInitializerSection() 99 bool isELFInitializerSection(StringRef SecName) { in isELFInitializerSection() 108 bool isCOFFInitializerSection(StringRef SecName) { in isCOFFInitializerSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 88 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl())); in getMachOObjectFileSymbolInfo() local 141 if (auto SecName = Sec.getName()) { in getELFObjectFileSymbolInfo() local 222 if (auto SecName = Sec.getName()) { in getCOFFObjectFileSymbolInfo() local
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | MachOPlatform.cpp | 1349 for (auto &SecName : DataSections) { in registerObjectPlatformSections() local 1370 for (auto &SecName : PlatformSections) { in registerObjectPlatformSections() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.h | 20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() argument
|
H A D | DebugInfoLinker.cpp | 226 static bool knownByDWARFUtil(StringRef SecName) { in knownByDWARFUtil() 252 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind()
|
H A D | llvm-dwarfutil.cpp | 176 Expected<StringRef> SecName = Sec.getName(); setConfigToAddNewDebugSections() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | OutputSections.cpp |
|
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() argument 115 StringRef SecName; in handleArgs() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 281 dumpSectionToFile(StringRef SecName,StringRef Filename,Object & Obj) dumpSectionToFile() argument 333 findSection(StringRef SecName,Object & O) findSection() argument [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 119 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 187 StringRef SecName = findString(SecNameOff); parseLineInfo() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 141 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 408 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() 1403 StringRef SecName; in processGlobals() local 1595 StringRef SecName = F->getSection(); in processFuncPrototypes() local
|
H A D | BPFCheckAndAdjustIR.cpp | 524 SmallString<16> SecName; in insertASpaceCasts() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 412 std::string SecName = ("." + DebugSecName).str(); in ELFState() local 428 for (StringRef SecName : ImplicitSections) { in ELFState() local 660 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
|
H A D | DWARFEmitter.cpp | 1197 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName() 1263 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
|
H A D | WasmEmitter.cpp | 603 StringRef SecName = ""; in writeWasm() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 631 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() 639 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
|
H A D | ELFObjcopy.cpp | 193 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1203 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1100 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
|