Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1095 Error operator()(JITDylib &JD, StringRef DLLName) { in operator ()() argument
1096 if (!DLLName.ends_with_insensitive(".dll")) in operator ()()
1099 auto DLLNameStr = DLLName.str(); // Guarantees null-termination. in operator ()()