Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h204 Error iterateModuleSubsections( in iterateModuleSubsections() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp848 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
886 return iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
913 return iterateModuleSubsections<DebugCrossModuleImportsSubsectionRef>( in dumpXmi()
953 return iterateModuleSubsections<DebugCrossModuleExportsSubsectionRef>( in dumpXme()
1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1441 return iterateModuleSubsections<DebugSymbolsSubsectionRef>( in dumpModuleSymsForObj()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp970 if (Error Err = iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in createScopes()
1104 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( in createScopes()