/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 56 Expected<JITEvaluatedSymbol> lookupLinkerMangled(VSO &V, StringRef Name); 60 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 61 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 66 return lookupLinkerMangled(V, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 80 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 86 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 87 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 92 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 122 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 127 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 129 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 135 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 136 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 141 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 122 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 127 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 129 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 135 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 136 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 141 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 120 return lookupLinkerMangled(JD, ES->intern(Name)); 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { 127 return lookupLinkerMangled(*Main, Name); 132 return lookupLinkerMangled(JD, mangle(UnmangledName));
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function 120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled() 126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 91 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 97 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 98 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 103 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 91 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 97 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 98 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 103 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 91 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 97 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 98 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 103 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 91 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, 97 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function 98 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled() 103 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 41 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(VSO &V, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 56 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 79 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 79 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 79 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 77 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD,
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 649 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 649 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
|