Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance
519 V.push_back(make<SymbolAssignment>(".", MoveDot, getCurrentLocation())); in readOverlay()794 Script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()805 Script->createOutputSection(OutSec, getCurrentLocation()); in readOutputSectionDescription()813 std::string Location = getCurrentLocation(); in readOutputSectionDescription()913 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment()940 std::string Loc = getCurrentLocation(); in readSymbolAssignment()943 return make<SymbolAssignment>(Name, E, getCurrentLocation()); in readSymbolAssignment()966 std::string Loc = getCurrentLocation(); in combine()975 std::string Loc = getCurrentLocation(); in combine()1040 std::string Location = getCurrentLocation(); in getPageSize()[all …]
37 std::string getCurrentLocation();
67 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer79 std::string S = (getCurrentLocation() + ": " + Msg).str(); in setError()