Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h187 void includeInlineeLines(LVSectionIndex SectionIndex, LVScope *Function);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp788 includeInlineeLines(SectionIndex, Function); in traverseSymbolSection()
1144 includeInlineeLines(SectionIndex, Scope); in processModule()
H A DLVBinaryReader.cpp893 void LVBinaryReader::includeInlineeLines(LVSectionIndex SectionIndex, in includeInlineeLines() function in LVBinaryReader