Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp464 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
467 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
471 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
474 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()