Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp406 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
409 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
413 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
416 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()