Home
last modified time | relevance | path

Searched refs:SymTabType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
Dllvm-ranlib.cpp38 const Archive::SymTabType& symtab = TheArchive->getSymbolTable(); in printSymbolTable()
39 for (Archive::SymTabType::const_iterator I=symtab.begin(), E=symtab.end(); in printSymbolTable()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h228 typedef std::map<std::string,unsigned> SymTabType; typedef
351 const SymTabType& getSymbolTable() { return symTab; } in getSymbolTable()
527 SymTabType symTab; ///< The symbol table
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp365 template <class SymTabType>
366 void RelocSectionWithSymtabBase<SymTabType>::removeSectionReferences( in removeSectionReferences()
377 template <class SymTabType>
378 void RelocSectionWithSymtabBase<SymTabType>::initialize( in initialize()
380 setSymTab(SecTable.getSectionOfType<SymTabType>( in initialize()
394 template <class SymTabType>
395 void RelocSectionWithSymtabBase<SymTabType>::finalize() { in finalize()
DObject.h497 template <class SymTabType>
499 SymTabType *Symbols = nullptr;
500 void setSymTab(SymTabType *SymTab) { Symbols = SymTab; } in setSymTab()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp245 std::pair<SymTabType::iterator,bool> Res = in writeMember()
322 for ( Archive::SymTabType::iterator I = symTab.begin(), E = symTab.end(); in writeSymbolTable()
DArchiveReader.cpp461 SymTabType::iterator SI = symTab.find(symbol); in findModuleDefiningSymbol()
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp340 const Archive::SymTabType& symtab = TheArchive->getSymbolTable(); in printSymbolTable()
341 for (Archive::SymTabType::const_iterator I=symtab.begin(), E=symtab.end(); in printSymbolTable()