Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp77 isMachOInitializerSection(StringRef SegName,StringRef SecName) isMachOInitializerSection() argument
95 isELFInitializerSection(StringRef SecName) isELFInitializerSection() argument
104 isCOFFInitializerSection(StringRef SecName) isCOFFInitializerSection() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp16 llvm::dwarf_linker::parseDebugTableName(llvm::StringRef SecName) { in parseDebugTableName()
/freebsd-src/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 DMachOPlatform.cpp1303 for (auto &SecName : DataSections) { registerObjectPlatformSections() local
1324 for (auto &SecName : PlatformSections) { registerObjectPlatformSections() local
/freebsd-src/contrib/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() argument
252 getAcceleratorTableKind(StringRef SecName) { in getAcceleratorTableKind() argument
H A Dllvm-dwarfutil.cpp169 Expected<StringRef> SecName = Sec.getName(); in setConfigToAddNewDebugSections() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
115 StringRef SecName; in handleArgs() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp289 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
341 static Expected<Section &> findSection(StringRef SecName, Object &O) { in findSection()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp119 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
H A DELFDumper.cpp4168 auto SecName = this->Obj.getSectionName(**Sec); getSymbolSectionNdx() local
4896 StringRef SecName = this->getPrintableSectionName(Sec); printGNUVersionSectionProlog() local
6019 __anon84b87b4e2102(std::optional<StringRef> SecName, const typename ELFT::Off Offset, const typename ELFT::Addr Size, size_t Al) printNotes() argument
7759 __anon84b87b4e3602(std::optional<StringRef> SecName, const typename ELFT::Off Offset, const typename ELFT::Addr Size, size_t Al) printNotes() argument
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp137 auto SecName = EF.getSectionName(*SymSec); getRelocationValueString() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1009 getDWARFEmitterByName(StringRef SecName) getDWARFEmitterByName() argument
1074 for (StringRef SecName : DI.getNonEmptySectionNames()) emitDebugSections() local
H A DELFEmitter.cpp406 std::string SecName = ("." + DebugSecName).str(); ELFState() local
422 for (StringRef SecName : ImplicitSections) { ELFState() local
654 initImplicitHeader(ContiguousBlobAccumulator & CBA,Elf_Shdr & Header,StringRef SecName,ELFYAML::Section * YAMLSec) initImplicitHeader() argument
[all...]
H A DWasmEmitter.cpp603 StringRef SecName = ""; in writeWasm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp407 BTFKindDataSec(AsmPrinter * AsmPrt,std::string SecName) BTFKindDataSec() argument
1404 StringRef SecName; processGlobals() local
1573 StringRef SecName = F->getSection(); processFuncPrototypes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp142 StringRef SecName = MSec.getName(); canGoAfterDWARF() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h515 OwnedDataSection(StringRef SecName,ArrayRef<uint8_t> Data) OwnedDataSection() argument
523 OwnedDataSection(const Twine & SecName,uint64_t SecAddr,uint64_t SecFlags,uint64_t SecOff) OwnedDataSection() argument
H A DELFObjcopy.cpp191 dumpSectionToFile(StringRef SecName,StringRef Filename,Object & Obj) dumpSectionToFile() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1194 emitPubSectionForUnit(MCSection * Sec,StringRef SecName,const CompileUnit & Unit,const std::vector<CompileUnit::AccelInfo> & Names) emitPubSectionForUnit() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1113 auto SecName = ".text." + SymName; doBeforeLabelEmit() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp276 ActOnPragmaClangSection(SourceLocation PragmaLoc,PragmaClangSectionAction Action,PragmaClangSectionKind SecKind,StringRef SecName) ActOnPragmaClangSection() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp331 StringRef SecName; getSymbolType() local

12