Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp80 std::string BinaryFileName = PTU.TheModule->getName().str() + ".wasm"; in addModule() local
108 BinaryFileName.c_str()}; in addModule()
121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()