Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2334 static size_t getMaxSectionNameWidth(const ObjectFile *Obj) { in getMaxSectionNameWidth() function
2345 size_t NameWidth = getMaxSectionNameWidth(Obj); in printSectionHeaders()