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

/external/llvm/include/llvm/
H A DDebugInfo.h610 /// 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 DDwarfDebug.h199 bool isBlockByrefVariable() const { function in class:llvm::DbgVariable
201 return Var.isBlockByrefVariable();

Completed in 80 milliseconds