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 129 bool isBlockByrefVariable() const;
DwarfDebug.cpp 112 bool DbgVariable::isBlockByrefVariable() const {
114 return Var.isBlockByrefVariable(DD->getTypeIdentifierMap());
119 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
121 if (Var.isBlockByrefVariable(DD->getTypeIdentifierMap())) {
    [all...]
DwarfUnit.cpp 486 else if (DV.isBlockByrefVariable())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 704 /// isBlockByrefVariable - Return true if the variable was declared as
706 bool isBlockByrefVariable(const DITypeIdentifierMap &Map) const {
    [all...]

Completed in 43 milliseconds