Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp324 void printRelocatableStackSizes(std::function<void()> PrintHeader);
6171 void ELFDumper<ELFT>::printRelocatableStackSizes( in printRelocatableStackSizes() function in ELFDumper
6253 this->printRelocatableStackSizes(PrintHeader); in printStackSizes()
7326 this->printRelocatableStackSizes([]() {}); in printStackSizes()