Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h149 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DMachOPlatform.h204 Error associateRuntimeSupportFunctions();
H A DELFNixPlatform.h194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DELFNixPlatform.h197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DMachOPlatform.h264 Error associateRuntimeSupportFunctions();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DELFNixPlatform.h197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DMachOPlatform.h311 Error associateRuntimeSupportFunctions();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DELFNixPlatform.h197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DMachOPlatform.h310 Error associateRuntimeSupportFunctions();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DELFNixPlatform.h197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
DMachOPlatform.h311 Error associateRuntimeSupportFunctions();
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp315 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
329 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp430 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()
631 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp528 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()
532 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform