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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h36 std::string getCurrentLocation();
H A DScriptParser.cpp277 SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation());
539 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation()));
809 script->createOutputSection(next(), getCurrentLocation());
825 script->createOutputSection(outSec, getCurrentLocation());
833 std::string location = getCurrentLocation();
947 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation());
974 std::string loc = getCurrentLocation();
977 return make<SymbolAssignment>(name, e, getCurrentLocation());
1000 std::string loc = getCurrentLocation();
1009 std::string loc = getCurrentLocation();
[all...]
H A DScriptLexer.cpp68 std::string ScriptLexer::getCurrentLocation() { function in class:ScriptLexer
80 std::string s = (getCurrentLocation() + ": " + msg).str();

Completed in 119 milliseconds