Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp16 llvm::dwarf_linker::parseDebugTableName(llvm::StringRef SecName) { in parseDebugTableName()
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection()
H A DDebugInfoLinker.cpp226 static bool knownByDWARFUtil(StringRef SecName) { in knownByDWARFUtil()
252 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind()
H A Dllvm-dwarfutil.cpp169 Expected<StringRef> SecName = Sec.getName(); setConfigToAddNewDebugSections() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp81 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 DObjectFileInterface.cpp88 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 DMachOPlatform.cpp1349 for (auto &SecName : DataSections) { registerObjectPlatformSections() local
1370 for (auto &SecName : PlatformSections) { registerObjectPlatformSections() local
/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
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp289 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 DObjDumper.cpp119 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); getSectionRefsByNameOrIndex() local
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp141 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 DBTFParser.cpp310 StringRef SecName = findString(SecNameOff); in parseLineInfo() local
353 StringRef SecName = findString(SecNameOff); in parseRelocInfo() local
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp141 if (!SecName) in getRelocationValueString() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp408 BTFKindDataSec(AsmPrinter * AsmPrt,std::string SecName) BTFKindDataSec() argument
1403 StringRef SecName; processGlobals() local
1595 StringRef SecName = F->getSection(); processFuncPrototypes() local
[all...]
H A DBPFCheckAndAdjustIR.cpp524 SmallString<16> SecName; insertASpaceCasts() local
/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp148 StringRef SecName = MSec.getName(); canGoAfterDWARF() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp412 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 DDWARFEmitter.cpp1197 getDWARFEmitterByName(StringRef SecName) getDWARFEmitterByName() argument
1263 for (StringRef SecName : DI.getNonEmptySectionNames()) emitDebugSections() local
H A DWasmEmitter.cpp603 StringRef SecName = ""; in writeWasm() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h631 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 DELFObjcopy.cpp193 dumpSectionToFile(StringRef SecName,StringRef Filename,Object & Obj) dumpSectionToFile() argument
/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
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1201 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 DWebAssemblyAsmParser.cpp1100 auto SecName = ".text." + SymName; doBeforeLabelEmit() local
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp1375 StringRef SecName = *SecNameOrErr; in TEST() local

12