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

  /external/llvm/lib/IR/
DebugInfo.cpp 250 /// isGlobalVariable - Return true if the specified tag is legal for
252 bool DIDescriptor::isGlobalVariable() const {
259 return isGlobalVariable();
493 if (!isGlobalVariable())
975 if (!DIDescriptor(DIG).isGlobalVariable())
1029 } else if (this->isGlobalVariable()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 37 milliseconds