Lines Matching refs:getCurrentLocation
278 SymbolAssignment *Cmd = make<SymbolAssignment>(Name, E, getCurrentLocation()); in readDefsym()
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()
1143 std::string Location = getCurrentLocation(); in readPrimary()