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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 192 /// isGlobalVariable - Return true if the specified tag is legal for
194 bool DIDescriptor::isGlobalVariable() const {
201 return isGlobalVariable();
666 if (isGlobalVariable())
931 if (!DIDescriptor(DIG).isGlobalVariable())
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 357 milliseconds