Home
last modified time | relevance | path

Searched refs:external_symbols (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp263 for (auto *Sym : G->external_symbols()) { in getExternalSymbolNames()
278 for (auto *Sym : G->external_symbols()) { in applyLookupResult()
293 for (auto *Sym : G->external_symbols()) in applyLookupResult()
297 assert(llvm::all_of(G->external_symbols(), in applyLookupResult()
DJITLink.cpp264 for (auto *Sym : external_symbols()) in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h927 iterator_range<external_symbol_iterator> external_symbols() { in external_symbols() function