Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h103 Error dumpModuleSymsForObj();
H A DDumpOutputStyle.cpp201 auto EC = File.isPdb() ? dumpModuleSymsForPdb() : dumpModuleSymsForObj(); in dump()
1524 Error DumpOutputStyle::dumpModuleSymsForObj() { in dumpModuleSymsForObj() function in DumpOutputStyle