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

  /external/llvm/lib/Analysis/
DbgInfoPrinter.cpp 70 if (!DIG.isGlobalVariable())
  /external/llvm/lib/VMCore/
DebugInfo.cpp 209 /// isGlobalVariable - Return true if the specified tag is legal for
211 bool DIDescriptor::isGlobalVariable() const {
218 return isGlobalVariable();
961 if (!DIDescriptor(DIG).isGlobalVariable())
1015 } else if (this->isGlobalVariable()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 112 bool isGlobalVariable() const;
    [all...]

Completed in 74 milliseconds