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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 169 bool isBlockByrefVariable() const {
171 return Var.isBlockByrefVariable();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 669 /// isBlockByrefVariable - Return true if the variable was declared as
671 bool isBlockByrefVariable() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 149 bool DbgVariable::isBlockByrefVariable() const {
156 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
    [all...]

Completed in 770 milliseconds