Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h392 void printMemoryUsage(raw_ostream &os);
H A DConfig.h363 bool printMemoryUsage; member
H A DWriter.cpp355 if (ctx.arg.printMemoryUsage) in run()
356 ctx.script->printMemoryUsage(ctx.e.outs()); in run()
H A DLinkerScript.cpp1797 void LinkerScript::printMemoryUsage(raw_ostream& os) { in printMemoryUsage() function in LinkerScript
H A DDriver.cpp1515 ctx.arg.printMemoryUsage = args.hasArg(OPT_print_memory_usage); in readConfigs()