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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 170 bool isBlockByrefVariable() const {
172 return Var.isBlockByrefVariable();
DwarfCompileUnit.cpp 204 else if (DV->isBlockByrefVariable())
    [all...]
DwarfDebug.cpp 70 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
72 if (Var.isBlockByrefVariable()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 669 /// isBlockByrefVariable - Return true if the variable was declared as
671 bool isBlockByrefVariable() const {

Completed in 927 milliseconds