Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp288 SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation()); in readDefsym()
562 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation())); in readOverlay()
888 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
914 std::string location = getCurrentLocation(); in readOutputSectionDescription()
1037 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment()
1077 std::string loc = getCurrentLocation(); in readSymbolAssignment()
1105 return make<SymbolAssignment>(name, e, getCurrentLocation()); in readSymbolAssignment()
1128 std::string loc = getCurrentLocation(); in combine()
1137 std::string loc = getCurrentLocation(); in combine()
[all …]
H A DScriptLexer.h34 std::string getCurrentLocation();
H A DScriptLexer.cpp88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer
100 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()