Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp404 auto VCRT = in COFFPlatform() local
406 if (!VCRT) { in COFFPlatform()
407 Err = VCRT.takeError(); in COFFPlatform()
410 VCRuntimeBootstrap = std::move(*VCRT); in COFFPlatform()