Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp81 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 DObjectFileInterface.cpp88 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 DDebuggerSupportPlugin.cpp
H A DMachOPlatform.cpp1349 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 DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() argument
H A DDebugInfoLinker.cpp226 static bool knownByDWARFUtil(StringRef SecName) { in knownByDWARFUtil()
252 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind()
H A Dllvm-dwarfutil.cpp176 Expected<StringRef> SecName = Sec.getName(); setConfigToAddNewDebugSections() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DOutputSections.cpp
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp40 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 DMachOObjcopy.cpp281 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 DObjDumper.cpp119 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp187 StringRef SecName = findString(SecNameOff); parseLineInfo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp141 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp408 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 DBPFCheckAndAdjustIR.cpp524 SmallString<16> SecName; in insertASpaceCasts() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp412 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 DDWARFEmitter.cpp1197 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1263 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
H A DWasmEmitter.cpp603 StringRef SecName = ""; in writeWasm() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h631 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
639 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
H A DELFObjcopy.cpp193 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1203 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1100 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local

12