Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h146 virtual void printCOFFDirectives() { } in printCOFFDirectives() function
H A Dllvm-readobj.cpp487 Dumper->printCOFFDirectives(); in dumpObject()
H A DCOFFDumper.cpp96 void printCOFFDirectives() override;
1908 void COFFDumper::printCOFFDirectives() { in printCOFFDirectives() function in COFFDumper