Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h83 bool isDLLImportDependent() const;
/external/llvm/lib/IR/
DConstants.cpp412 bool Constant::isDLLImportDependent() const { in isDLLImportDependent() function in Constant
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3810 if (C->isDLLImportDependent()) in ValidLookupTableConstant()