Home
last modified time | relevance | path

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

/freebsd-src/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.h814 getSymbolSection(const Elf_Sym * ESym,const Elf_Shdr * SymTab) getSymbolSection() argument
1159 const Elf_Shdr *SymTab = DotSymtabSec; symbol_end() local
1178 const Elf_Shdr *SymTab = DotDynSymSec; dynamic_symbol_end() local
[all...]
H A DELF.h528 getSection(const Elf_Sym & Sym,const Elf_Shdr * SymTab,DataRegion<Elf_Word> ShndxTable) getSection() argument
708 getRelocationSymbol(const Elf_Rel & Rel,const Elf_Shdr * SymTab) getRelocationSymbol() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h53 ModuleSymbolTable SymTab; member
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp432 restoreSymTabLink(SymbolTableSection & SymTab) restoreSymTabLink() argument
1261 auto &SymTab = Obj->addSection<SymbolTableSection>(); addSymTab() local
1281 addData(SymbolTableSection * SymTab) addData() argument
1310 SymbolTableSection *SymTab = addSymTab(addStrTab()); build() local
1492 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( initGroupSection() local
1536 initSymbolTable(SymbolTableSection * SymTab) initSymbolTable() argument
1726 auto &SymTab = Obj.addSection<SymbolTableSection>(); makeSection() local
2254 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); addNewSymbolTable() local
[all...]
H A DELFObject.h677 setSymTab(SymbolTableSection * SymTab) setSymTab() argument
776 setSymTab(SymTabType * SymTab) setSymTab() argument
821 const SymbolTableSection *SymTab = nullptr; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h177 SymbolTableVector SymTab; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp884 remapValue(uint64_t Value,uint32_t ValueKind,InstrProfSymtab * SymTab) remapValue() argument
1018 deserializeTo(InstrProfRecord & Record,InstrProfSymtab * SymTab) deserializeTo() argument
1057 deserializeTo(InstrProfRecord & Record,InstrProfSymtab * SymTab) deserializeTo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp129 SymbolStringPtr CompleteBootstrapSymbol, SymbolTableVector SymTab, in MachOPlatformCompleteBootstrapMaterializationUnit() argument
197 SymbolTableVector SymTab; member in __anon2c142cbb0111::MachOPlatformCompleteBootstrapMaterializationUnit
1655 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab addSymbolTableRegistration() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h79 SymTab; ///< Symbol table of args/instructions global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp301 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h413 const Elf_Shdr *SymTab = *SymTabOrErr; in FindExceptionTable() local
H A DELFDumper.cpp433 const typename ELFT::Shdr *SymTab; global() member
474 getVersionTable(const Elf_Shdr & Sec,ArrayRef<Elf_Sym> * SymTab,StringRef * StrTab,const Elf_Shdr ** SymTabSec) const getVersionTable() argument
3477 printReloc(const Relocation<ELFT> & R,unsigned RelIndex,const Elf_Shdr & Sec,const Elf_Shdr * SymTab) printReloc() argument
4848 __anon84b87b4e1c02(const Relocation<ELFT> &R, unsigned Ndx, const Elf_Shdr &Sec, const Elf_Shdr *SymTab) printRelocationsHelper() argument
6294 const Elf_Shdr *SymTab; forEachRelocationDo() local
6519 printStackSize(const Relocation<ELFT> & R,const Elf_Shdr & RelocSec,unsigned Ndx,const Elf_Shdr * SymTab,const Elf_Shdr * FunctionSec,const Elf_Shdr & StackSizeSec,const RelocationResolver & Resolver,DataExtractor Data) printStackSize() argument
6652 __anon84b87b4e2d02(const Relocation<ELFT> &R, unsigned Ndx, const Elf_Shdr &Sec, const Elf_Shdr *SymTab) printRelocatableStackSizes() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp829 ModuleSymbolTable SymTab; addRegularLTO() local