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

  /external/llvm/lib/IR/
DebugInfo.cpp 237 /// isGlobalVariable - Return true if the specified tag is legal for
239 bool DIDescriptor::isGlobalVariable() const {
546 if (!isGlobalVariable())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 133 bool isGlobalVariable() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 441 assert(G.isGlobalVariable());
    [all...]

Completed in 107 milliseconds