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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 169 bool isBlockByrefVariable() const {
171 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/lib/CodeGen/AsmPrinter/
DwarfDebug.h 175 bool isBlockByrefVariable() const;
DwarfCompileUnit.cpp 746 else if (DV.isBlockByrefVariable())
    [all...]
DwarfDebug.cpp 149 bool DbgVariable::isBlockByrefVariable() const {
156 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 669 /// isBlockByrefVariable - Return true if the variable was declared as
671 bool isBlockByrefVariable() const {

Completed in 1031 milliseconds