Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance
579 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 …]
34 std::string getCurrentLocation();
88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer100 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()