Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h346 void printMemoryUsage(raw_ostream &os);
H A DConfig.h272 bool printMemoryUsage; member
H A DLinkerScript.cpp1473 void LinkerScript::printMemoryUsage(raw_ostream& os) { in printMemoryUsage() function in LinkerScript
H A DWriter.cpp635 if (config->printMemoryUsage) in run()
636 script->printMemoryUsage(lld::outs()); in run()
H A DDriver.cpp1343 config->printMemoryUsage = args.hasArg(OPT_print_memory_usage); in readConfigs()