Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h152 std::unique_ptr<object::Archive> OrcRuntimeArchive,
193 std::unique_ptr<object::Archive> OrcRuntimeArchive; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp242 auto PerJDObj = OrcRuntimeArchive->findSym("__orc_rt_coff_per_jd_marker"); in getPerJDObjectFile()
389 std::unique_ptr<object::Archive> OrcRuntimeArchive, in COFFPlatform() argument
395 OrcRuntimeArchive(std::move(OrcRuntimeArchive)), in COFFPlatform()