Home
last modified time | relevance | path

Searched defs:DLLName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp469 std::string DLLName; in main() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1007 auto LoadDynLibrary = [&, this](JITDylib &JD, StringRef DLLName) -> Error { in Session()