Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp375 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
378 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
382 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
385 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()