Home
last modified time | relevance | path

Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp579 v.push_back(make<SymbolAssignment>(".", moveDot, 0, getCurrentLocation())); in readOverlay()
907 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
924 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
935 std::string location = getCurrentLocation(); in readOutputSectionDescription()
1058 return make<SymbolAssignment>(".", readAssert(), 0, getCurrentLocation()); in readAssignment()
1100 std::string loc = getCurrentLocation(); in readSymbolAssignment()
1131 getCurrentLocation()); in readSymbolAssignment()
1154 std::string loc = getCurrentLocation(); in combine()
1163 std::string loc = getCurrentLocation(); in combine()
1230 std::string location = getCurrentLocation(); in getPageSize()
[all …]
H A DScriptLexer.h34 std::string getCurrentLocation();
H A DScriptLexer.cpp88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer
100 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()