Home
last modified time | relevance | path

Searched defs:SymTab (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DModuleSymbolTable.h42 std::vector<Symbol> SymTab; variable
H A DIRObjectFile.h29 ModuleSymbolTable SymTab; variable
H A DELFObjectFile.h852 const Elf_Shdr *SymTab) const { in getSymbolSection()
1234 const Elf_Shdr *SymTab = DotSymtabSec; in symbol_end() local
1253 const Elf_Shdr *SymTab = DotDynSymSec; in dynamic_symbol_end() local
H A DELF.h576 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, in getSection()
756 const Elf_Shdr *SymTab) const { in getRelocationSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h53 ModuleSymbolTable SymTab; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp451 void Section::restoreSymTabLink(SymbolTableSection &SymTab) { in restoreSymTabLink()
1293 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab() local
1313 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1342 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build() local
1524 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection() local
1567 Error ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1758 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection() local
2302 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable() local
H A DELFObject.h793 void setSymTab(SymbolTableSection *SymTab) { Symbols = SymTab; } in setSymTab()
893 void setSymTab(SymTabType *SymTab) { Symbols = SymTab; } in setSymTab()
938 const SymbolTableSection *SymTab = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp987 InstrProfSymtab *SymTab) { in remapValue()
1144 InstrProfSymtab *SymTab) { in deserializeTo()
1184 InstrProfSymtab *SymTab) { in deserializeTo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp129 SymbolStringPtr CompleteBootstrapSymbol, SymbolTableVector SymTab, in MachOPlatformCompleteBootstrapMaterializationUnit()
197 SymbolTableVector SymTab; member in __anon04a50ca90111::MachOPlatformCompleteBootstrapMaterializationUnit
1701 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab in addSymbolTableRegistration() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h191 SymbolTableVector SymTab; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h81 SymTab; ///< Symbol table of args/instructions variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h413 const Elf_Shdr *SymTab = *SymTabOrErr; in FindExceptionTable() local
H A DELFDumper.cpp436 const typename ELFT::Shdr *SymTab; member
477 ELFDumper<ELFT>::getVersionTable(const Elf_Shdr &Sec, ArrayRef<Elf_Sym> *SymTab, in getVersionTable()
3453 const Elf_Shdr &Sec, const Elf_Shdr *SymTab) { in printReloc()
4926 const Elf_Shdr *SymTab) { printReloc(R, Ndx, Sec, SymTab); }); in printRelocationsHelper()
6435 const Elf_Shdr *SymTab; in forEachRelocationDo() local
6666 const Elf_Shdr *SymTab, in printStackSize()
6798 const Elf_Shdr &Sec, const Elf_Shdr *SymTab) { in printRelocatableStackSizes()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp301 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr() argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp843 ModuleSymbolTable SymTab; in addRegularLTO() local