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 178 bool isBlockByrefVariable() const {
180 return Var.isBlockByrefVariable();
DwarfCompileUnit.cpp 347 else if (DV->isBlockByrefVariable())
    [all...]
DwarfDebug.cpp 109 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
111 if (Var.isBlockByrefVariable()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 600 /// isBlockByrefVariable - Return true if the variable was declared as
602 bool isBlockByrefVariable() const {

Completed in 48 milliseconds