Home
last modified time | relevance | path

Searched refs:printMemoryUsage (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h359 void printMemoryUsage(raw_ostream &os);
H A DConfig.h285 bool printMemoryUsage; member
H A DWriter.cpp340 if (config->printMemoryUsage) in run()
341 script->printMemoryUsage(lld::outs()); in run()
H A DLinkerScript.cpp1633 void LinkerScript::printMemoryUsage(raw_ostream& os) { in printMemoryUsage() function in LinkerScript
H A DDriver.cpp1388 config->printMemoryUsage = args.hasArg(OPT_print_memory_usage); in readConfigs()