Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp556 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation())); in readOverlay()
843 script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
867 std::string location = getCurrentLocation(); in readOutputSectionDescription()
981 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment()
1009 std::string loc = getCurrentLocation(); in readSymbolAssignment()
1012 return make<SymbolAssignment>(name, e, getCurrentLocation()); in readSymbolAssignment()
1035 std::string loc = getCurrentLocation(); in combine()
1044 std::string loc = getCurrentLocation(); in combine()
1109 std::string location = getCurrentLocation(); in getPageSize()
[all …]
H A DScriptLexer.h36 std::string getCurrentLocation();
H A DScriptLexer.cpp86 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer
98 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()