Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDModuleSymbolTable.h41 std::vector<Symbol> SymTab; variable
HDIRObjectFile.h33 ModuleSymbolTable SymTab; variable
HDELFObjectFile.h529 const Elf_Shdr *SymTab = *SymTabOrErr; in getSymbolAddress() local
665 const Elf_Shdr *SymTab) const { in getSymbolSection()
686 const Elf_Shdr *SymTab = *SymTabOrErr; in getSymbolSection() local
1012 const Elf_Shdr *SymTab = DotSymtabSec; in symbol_end() local
1027 const Elf_Shdr *SymTab = DotDynSymSec; in dynamic_symbol_end() local
HDELF.h353 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection()
475 const Elf_Shdr *SymTab) const { in getRelocationSymbol()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDObject.cpp1133 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab() local
1150 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1178 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build() local
1333 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection() local
1362 void ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1487 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection() local
1585 SymbolTableSection &SymTab = Obj.addSection<SymbolTableSection>(); in readSections() local
HDObject.h647 void setSymTab(SymbolTableSection *SymTab) { Symbols = SymTab; } in setSymTab()
741 void setSymTab(SymTabType *SymTab) { Symbols = SymTab; } in setSymTab()
782 const SymbolTableSection *SymTab = nullptr; variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
HDLTOModule.h55 ModuleSymbolTable SymTab; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp697 InstrProfSymtab *SymTab) { in remapValue()
789 InstrProfSymtab *SymTab) { in deserializeTo()
829 InstrProfSymtab *SymTab) { in deserializeTo()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDRTDyldObjectLinkingLayer.h249 auto SymTab = PFC->RTDyld->getSymbolTable(); in finalize() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h76 SymTab; ///< Symbol table of args/instructions variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMEHABIPrinter.h409 const Elf_Shdr *SymTab = *SymTabOrErr; in FindExceptionTable() local
HDELFDumper.cpp422 ELFDumper<ELFT>::getVersionTable(const Elf_Shdr *Sec, ArrayRef<Elf_Sym> *SymTab, in getVersionTable()
3206 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation()
3318 const Elf_Shdr *SymTab = in printRelocations() local
5559 const Elf_Shdr *SymTab = in printRelocations() local
5601 const Elf_Shdr *SymTab) { in printRelocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp700 ModuleSymbolTable SymTab; in addRegularLTO() local