Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.h149 virtual void printCOFFLoadConfig() { } in printCOFFLoadConfig() function
H A DCOFFDumper.cpp100 void printCOFFLoadConfig() override;
125 void printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables);
790 void COFFDumper::printCOFFLoadConfig() { in printCOFFLoadConfig() function in COFFDumper
793 printCOFFLoadConfig(Obj->getLoadConfig64(), Tables); in printCOFFLoadConfig()
795 printCOFFLoadConfig(Obj->getLoadConfig32(), Tables); in printCOFFLoadConfig()
835 void COFFDumper::printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables) { in printCOFFLoadConfig() function in COFFDumper
H A Dllvm-readobj.cpp477 Dumper->printCOFFLoadConfig(); in dumpObject()