Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp135 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
1132 printCodeViewTypeSection(SectionName, S); in printCodeViewDebugInfo()
1527 void COFFDumper::printCodeViewTypeSection(StringRef SectionName, in printCodeViewTypeSection() function in COFFDumper