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 668 /// isBlockByrefVariable - Return true if the variable was declared as
670 bool isBlockByrefVariable() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 170 bool isBlockByrefVariable() const {
172 return Var.isBlockByrefVariable();

Completed in 39 milliseconds