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

  /external/llvm/include/llvm/
DebugInfo.h 610 /// isBlockByrefVariable - Return true if the variable was declared as
612 bool isBlockByrefVariable() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 199 bool isBlockByrefVariable() const {
201 return Var.isBlockByrefVariable();

Completed in 125 milliseconds