HomeSort by relevance Sort by last modified time
    Searched defs:isBlockByrefVariable (Results 1 - 4 of 4) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 190 bool DbgVariable::isBlockByrefVariable() const {
197 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
    [all...]

Completed in 323 milliseconds