/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerBase.cpp | 16 llvm::dwarf_linker::parseDebugTableName(llvm::StringRef SecName) { in parseDebugTableName()
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.h | 20 inline bool isDebugSection(StringRef SecName) { in isDebugSection()
|
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 | 169 Expected<StringRef> SecName = Sec.getName(); setConfigToAddNewDebugSections() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | ObjectFormats.cpp | 81 isMachOInitializerSection(StringRef SegName,StringRef SecName) isMachOInitializerSection() argument 99 isELFInitializerSection(StringRef SecName) isELFInitializerSection() argument 108 isCOFFInitializerSection(StringRef SecName) isCOFFInitializerSection() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 88 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl())); getMachOObjectFileSymbolInfo() local 141 if (auto SecName = Sec.getName()) { getELFObjectFileSymbolInfo() local 222 if (auto SecName = Sec.getName()) { getCOFFObjectFileSymbolInfo() local
|
H A D | MachOPlatform.cpp | 1349 for (auto &SecName : DataSections) { registerObjectPlatformSections() local 1370 for (auto &SecName : PlatformSections) { registerObjectPlatformSections() local
|
/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
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 289 dumpSectionToFile(StringRef SecName,StringRef Filename,Object & Obj) dumpSectionToFile() argument 341 findSection(StringRef SecName,Object & O) findSection() argument [all...] |
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 119 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); getSectionRefsByNameOrIndex() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 141 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() 183 StringRef SecName(S->sectname); in extractSections() local
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 310 StringRef SecName = findString(SecNameOff); in parseLineInfo() local 353 StringRef SecName = findString(SecNameOff); in parseRelocInfo() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 141 if (!SecName) in getRelocationValueString() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 408 BTFKindDataSec(AsmPrinter * AsmPrt,std::string SecName) BTFKindDataSec() argument 1403 StringRef SecName; processGlobals() local 1595 StringRef SecName = F->getSection(); processFuncPrototypes() local [all...] |
H A D | BPFCheckAndAdjustIR.cpp | 524 SmallString<16> SecName; insertASpaceCasts() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 148 StringRef SecName = MSec.getName(); canGoAfterDWARF() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 412 if (SectionHeaderStringTableName == SecName) in ELFState() local 428 for (StringRef SecName : ImplicitSections) { ELFState() local 660 initImplicitHeader(ContiguousBlobAccumulator & CBA,Elf_Shdr & Header,StringRef SecName,ELFYAML::Section * YAMLSec) initImplicitHeader() argument [all...] |
H A D | DWARFEmitter.cpp | 1197 getDWARFEmitterByName(StringRef SecName) getDWARFEmitterByName() argument 1263 for (StringRef SecName : DI.getNonEmptySectionNames()) emitDebugSections() local
|
H A D | WasmEmitter.cpp | 603 StringRef SecName = ""; in writeWasm() local
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 631 OwnedDataSection(StringRef SecName,ArrayRef<uint8_t> Data) OwnedDataSection() argument 639 OwnedDataSection(const Twine & SecName,uint64_t SecAddr,uint64_t SecFlags,uint64_t SecOff) OwnedDataSection() argument
|
H A D | ELFObjcopy.cpp | 193 dumpSectionToFile(StringRef SecName,StringRef Filename,Object & Obj) dumpSectionToFile() argument
|
/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
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1201 emitPubSectionForUnit(MCSection * Sec,StringRef SecName,const CompileUnit & Unit,const std::vector<CompileUnit::AccelInfo> & Names) emitPubSectionForUnit() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1100 auto SecName = ".text." + SymName; doBeforeLabelEmit() local
|
/llvm-project/llvm/unittests/Object/ |
H A D | ELFObjectFileTest.cpp | 1375 StringRef SecName = *SecNameOrErr; in TEST() local
|