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

  /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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
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...]

Completed in 64 milliseconds