Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp596 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
599 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
603 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
606 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()