Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp51 template <typename T> void printGenericSectionHeader(T &Sec) const;
1024 void XCOFFDumper::printGenericSectionHeader(T &Sec) const { in printGenericSectionHeader() function in XCOFFDumper
1213 printGenericSectionHeader(Sec); in printSectionHeaders()