Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstant.h83 bool isDLLImportDependent() const;
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp392 bool Constant::isDLLImportDependent() const { in isDLLImportDependent() function in Constant
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3359 if (C->isDLLImportDependent()) in ValidLookupTableConstant()