Searched refs:VSOList (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 70 using VSOList = std::vector<VSO *>; variable 73 raw_ostream &operator<<(raw_ostream &OS, const VSOList &VSOs); 432 void lookup(const VSOList &VSOs, const SymbolNameSet &Symbols, 443 Expected<SymbolMap> lookup(const VSOList &VSOs, const SymbolNameSet &Symbols, 593 void setSearchOrder(VSOList NewSearchOrder, bool SearchThisVSOFirst = true); 609 -> decltype(F(std::declval<const VSOList &>())) { 731 VSOList SearchOrder; 759 Expected<SymbolMap> lookup(const VSOList &VSOs, SymbolNameSet Names); 762 Expected<JITEvaluatedSymbol> lookup(const VSOList &VSOs, SymbolStringPtr Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 33 MR.getTargetVSO().withSearchOrderDo([&](const VSOList &VSOs) { in lookup() 56 MR.getTargetVSO().withSearchOrderDo([&](const VSOList &VSOs) { in lookupFlags()
|
D | Core.cpp | 105 raw_ostream &operator<<(raw_ostream &OS, const VSOList &VSOs) { in operator <<() 294 const VSOList &VSOs, const SymbolNameSet &Symbols, in lookup() 368 ExecutionSessionBase::lookup(const VSOList &VSOs, const SymbolNameSet &Symbols, in lookup() 1209 void VSO::setSearchOrder(VSOList NewSearchOrder, bool SearchThisVSOFirst) { in setSearchOrder() 1655 Expected<SymbolMap> lookup(const VSOList &VSOs, SymbolNameSet Names) { in lookup() 1666 Expected<JITEvaluatedSymbol> lookup(const VSOList &VSOs, SymbolStringPtr Name) { in lookup()
|