Home
last modified time | relevance | path

Searched refs:LookupResult (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp54 auto LookupResult = ES.lookup( in callThroughToSymbol() local
58 if (!LookupResult) { in callThroughToSymbol()
59 ES.reportError(LookupResult.takeError()); in callThroughToSymbol()
63 auto ResolvedAddr = LookupResult->getAddress(); in callThroughToSymbol()
DLegacy.cpp33 LookupResult Result; in lookup()
DRTDyldObjectLinkingLayer.cpp39 LookupResult Result; in lookup()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
DnsBaseHashtable.hpp29 struct LookupResult { struct in nsBaseHashtable
35 LookupResult(EntryType*, nsBaseHashtable&);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h39 struct LookupResult { struct
56 raw_ostream &operator<<(raw_ostream &OS, const LookupResult &R); argument
DFunctionInfo.h167 static llvm::Expected<LookupResult> lookup(DataExtractor &Data,
DGsymReader.h127 llvm::Expected<LookupResult> lookup(uint64_t Addr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp19 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile()
54 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { in operator <<()
DCMakeLists.txt9 LookupResult.cpp
DFunctionInfo.cpp151 llvm::Expected<LookupResult> FunctionInfo::lookup(DataExtractor &Data, in lookup()
155 LookupResult LR; in lookup()
DGsymReader.cpp266 llvm::Expected<LookupResult> GsymReader::lookup(uint64_t Addr) const { in lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h346 using LookupResult = std::map<StringRef, JITEvaluatedSymbol>; variable
347 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h42 Expected<JITSymbolResolver::LookupResult>
DJITSymbol.cpp72 JITSymbolResolver::LookupResult Result; in lookup()
DRuntimeDyld.cpp1158 MSVCPExpected<JITSymbolResolver::LookupResult>; in resolveExternalSymbols()
1160 using ExpectedLookupResult = Expected<JITSymbolResolver::LookupResult>; in resolveExternalSymbols()
1166 [=](Expected<JITSymbolResolver::LookupResult> Result) { in resolveExternalSymbols()
1200 Expected<JITSymbolResolver::LookupResult> Result) mutable { in finalizeAsync()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp80 Expected<AsyncLookupResult> LookupResult) mutable { in linkPhase1() argument
82 TmpSelf.linkPhase2(std::move(S), std::move(LookupResult), in linkPhase1()
DJITLinkGeneric.h68 Expected<AsyncLookupResult> LookupResult,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1671 auto LookupResult = MemoryAccessToClass.find(From); in setMemoryClass() local
1674 if (LookupResult != MemoryAccessToClass.end()) { in setMemoryClass()
1675 auto *OldClass = LookupResult->second; in setMemoryClass()
1697 LookupResult->second = NewClass; in setMemoryClass()