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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h36 std::string getCurrentLocation();
H A DScriptParser.cpp274 SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation());
517 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation()));
782 script->createOutputSection(next(), getCurrentLocation());
793 script->createOutputSection(outSec, getCurrentLocation());
801 std::string location = getCurrentLocation();
909 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation());
936 std::string loc = getCurrentLocation();
939 return make<SymbolAssignment>(name, e, getCurrentLocation());
962 std::string loc = getCurrentLocation();
971 std::string loc = getCurrentLocation();
[all...]
H A DScriptLexer.cpp68 std::string ScriptLexer::getCurrentLocation() { function in class:lld::elf::ScriptLexer
80 std::string s = (getCurrentLocation() + ": " + msg).str();

Completed in 157 milliseconds