Searched defs:isBlockByrefVariable (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/ | ||
H A D | DebugInfo.h | 610 /// isBlockByrefVariable - Return true if the variable was declared as 612 bool isBlockByrefVariable() const { function in class:llvm::DIVariable |
/external/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfDebug.h | 199 bool isBlockByrefVariable() const { function in class:llvm::DbgVariable 201 return Var.isBlockByrefVariable(); |
Completed in 80 milliseconds