Home
last modified time | relevance | path

Searched refs:recordError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp211 recordError(FF.getLoc(), "expected assembly-time absolute expression"); in computeFragmentSize()
216 recordError(FF.getLoc(), "invalid number of bytes"); in computeFragmentSize()
257 recordError(OF.getLoc(), "expected assembly-time absolute expression"); in computeFragmentSize()
266 recordError(OF.getLoc(), "expected absolute expression"); in computeFragmentSize()
273 recordError(OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) + in computeFragmentSize()
1155 void MCAssembler::recordError(SMLoc Loc, const Twine &Msg) const { in recordError() function in MCAssembler
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h238 LLVM_ABI void recordError(SMLoc L, const Twine &Msg) const;
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h397 void recordError(const Twine &msg);
H A DScriptParser.cpp147 s.recordError(a.loc + in moveAbsRight()
905 s->recordError(msg); in readAssert()
1464 script.recordError(location + ": undefined section " + osec.name); in checkIfExists()
H A DLinkerScript.cpp203 recordError(loc + ": unable to move location counter (0x" + in setDot()
1824 void LinkerScript::recordError(const Twine &msg) { in recordError() function in LinkerScript