HomeSort by: relevance | last modified time | path
    Searched defs:ValueLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 113 /// single location use \a ValueLoc and (optionally) a single entry of \a Expr.
123 std::unique_ptr<DbgValueLoc> ValueLoc = nullptr;
143 assert(!ValueLoc.get() && "Already initialized?");
154 assert(!ValueLoc && "Already initialized?");
157 ValueLoc = std::make_unique<DbgValueLoc>(Value);
158 if (auto *E = ValueLoc->getExpression())
172 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1);
181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); }
214 assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable");
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 2772 SMLoc ValueLoc = Lex.getLoc();
2793 Error(ValueLoc, "expected a list, got '" + I->getAsString() + Type + "'");
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1896 SMLoc ValueLoc = Tok.getLoc();
1903 return Error(ValueLoc, "expected absolute value");
1905 return Error(ValueLoc, ErrMsg);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 1631 SMLoc ValueLoc = getTok().getLoc();
1636 return Error(ValueLoc, "literal value out of range");

Completed in 41 milliseconds