Home
last modified time | relevance | path

Searched refs:ValueLoc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h123 std::unique_ptr<DbgValueLoc> ValueLoc = nullptr; variable
143 assert(!ValueLoc.get() && "Already initialized?"); in initializeMMI()
154 assert(!ValueLoc && "Already initialized?"); in initializeDbgValue()
157 ValueLoc = std::make_unique<DbgValueLoc>(Value); in initializeDbgValue()
158 if (auto *E = ValueLoc->getExpression()) in initializeDbgValue()
172 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression()
181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc()
214 assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
H A DDwarfDebug.cpp263 assert(!ValueLoc.get() && "Already initialized?"); in initializeDbgValue()
269 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue)); in initializeDbgValue()
294 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
295 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp368 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument
372 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
376 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1896 SMLoc ValueLoc = Tok.getLoc(); in ParseIntelExpression() local
1903 return Error(ValueLoc, "expected absolute value"); in ParseIntelExpression()
1905 return Error(ValueLoc, ErrMsg); in ParseIntelExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2772 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local
2793 Error(ValueLoc, "expected a list, got '" + I->getAsString() + Type + "'"); in ParseForeachDeclaration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1631 SMLoc ValueLoc = getTok().getLoc(); in parsePrimaryExpr() local
1636 return Error(ValueLoc, "literal value out of range"); in parsePrimaryExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4591 LocTy ValueLoc = Lex.getLoc(); in parseMDField() local
4597 return error(ValueLoc, "'" + Name + "' cannot be empty"); in parseMDField()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6853 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,