Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.h75 virtual void printCOFFLoadConfig() { } in printCOFFLoadConfig() function
DCOFFDumper.cpp95 void printCOFFLoadConfig() override;
112 void printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables);
779 void COFFDumper::printCOFFLoadConfig() { in printCOFFLoadConfig() function in COFFDumper
782 printCOFFLoadConfig(Obj->getLoadConfig64(), Tables); in printCOFFLoadConfig()
784 printCOFFLoadConfig(Obj->getLoadConfig32(), Tables); in printCOFFLoadConfig()
813 void COFFDumper::printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables) { in printCOFFLoadConfig() function in COFFDumper
Dllvm-readobj.cpp494 Dumper->printCOFFLoadConfig(); in dumpObject()