Searched refs:DLLName (Results 1 – 1 of 1) sorted by relevance
1062 Error operator()(JITDylib &JD, StringRef DLLName) { in operator ()() argument1063 if (!DLLName.ends_with_insensitive(".dll")) in operator ()()1066 auto DLLNameStr = DLLName.str(); // Guarantees null-termination. in operator ()()