Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp635 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
638 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
642 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
645 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()