Searched defs:isBlockByrefVariable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DDebugInfo.h668 /// isBlockByrefVariable - Return true if the variable was declared as
670 bool isBlockByrefVariable() const { function in class:llvm::DIVariable
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h170 bool isBlockByrefVariable() const { function in class:llvm::DbgVariable
172 return Var.isBlockByrefVariable();

Completed in 66 milliseconds