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