Home
last modified time | relevance | path

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

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