Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp609 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
612 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
616 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
619 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()