Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp519 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 …]
H A DScriptLexer.h37 std::string getCurrentLocation();
H A DScriptLexer.cpp67 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer
79 std::string S = (getCurrentLocation() + ": " + Msg).str(); in setError()