Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp313 warn(getCurrentLocation() + ": ignored with fewer than 2 output sections"); in readNoCrossRefs()
610 v.push_back(make<SymbolAssignment>(".", moveDot, 0, getCurrentLocation())); in readOverlay()
950 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
978 std::string location = getCurrentLocation(); in readOutputSectionDescription()
1104 return make<SymbolAssignment>(".", readAssert(), 0, getCurrentLocation()); in readAssignment()
1146 std::string loc = getCurrentLocation(); in readSymbolAssignment()
1177 getCurrentLocation()); in readSymbolAssignment()
1198 std::string loc = getCurrentLocation(); in combine()
1207 std::string loc = getCurrentLocation(); in combine()
[all …]
H A DScriptLexer.h33 std::string getCurrentLocation();
H A DScriptLexer.cpp83 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer
95 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()