reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/ScriptLexer.h
   36   std::string getCurrentLocation();

References

tools/lld/ELF/ScriptLexer.cpp
   78   std::string s = (getCurrentLocation() + ": " + msg).str();
tools/lld/ELF/ScriptParser.cpp
  274   SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation());
  517   v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation()));
  781       script->createOutputSection(next(), getCurrentLocation());
  792       script->createOutputSection(outSec, getCurrentLocation());
  800   std::string location = getCurrentLocation();
  908     return make<SymbolAssignment>(".", readAssert(), getCurrentLocation());
  935     std::string loc = getCurrentLocation();
  938   return make<SymbolAssignment>(name, e, getCurrentLocation());
  961     std::string loc = getCurrentLocation();
  970     std::string loc = getCurrentLocation();
 1035   std::string location = getCurrentLocation();
 1138   std::string location = getCurrentLocation();