Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp392 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
395 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
399 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
402 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()