Searched refs:NewJD (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 855 void replaceInSearchOrder(JITDylib &OldJD, JITDylib &NewJD,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Core.cpp | 1365 void JITDylib::replaceInSearchOrder(JITDylib &OldJD, JITDylib &NewJD, in replaceInSearchOrder() argument 1370 KV = {&NewJD, JDLookupFlags}; in replaceInSearchOrder()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 970 void replaceInLinkOrder(JITDylib &OldJD, JITDylib &NewJD,
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Core.cpp | 1255 void JITDylib::replaceInLinkOrder(JITDylib &OldJD, JITDylib &NewJD, in replaceInLinkOrder() argument 1260 KV = {&NewJD, JDLookupFlags}; in replaceInLinkOrder()
|