HomeSort by relevance Sort by last modified time
    Searched refs:hasUniqueInitializer (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
GlobalVariable.h 85 /// hasUniqueInitializer() instead, because of the *_odr linkage type.
106 /// hasUniqueInitializer - Whether the global variable has an initializer, and
108 inline bool hasUniqueInitializer() const {
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 107 if (!GV->hasUniqueInitializer())
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 235 milliseconds