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 231 else if (DV->isBlockByrefVariable())
    [all...]
DwarfDebug.cpp 76 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
78 if (Var.isBlockByrefVariable()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 699 /// isBlockByrefVariable - Return true if the variable was declared as
701 bool isBlockByrefVariable() const {
    [all...]

Completed in 206 milliseconds