Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp215 getReaderCompileUnit()->addInvalidCoverage(this); in calculateCoverage()
392 getReaderCompileUnit()->incrementPrintedSymbols(); in print()
H A DLVOptions.cpp480 getReaderCompileUnit()->addMatched(Element); in addElement()
482 getReaderCompileUnit()->addMatched(Element->getIsScope() in addElement()
H A DLVLine.cpp142 getReaderCompileUnit()->incrementPrintedLines(); in print()
H A DLVScope.cpp142 getReaderCompileUnit()->addedElement(Line); in addElement()
182 getReaderCompileUnit()->addedElement(Scope); in addElement()
209 getReaderCompileUnit()->addedElement(Symbol); in addElement()
236 getReaderCompileUnit()->addedElement(Type); in addElement()
1010 getReaderCompileUnit()->incrementPrintedScopes(); in print()
H A DLVType.cpp288 getReaderCompileUnit()->incrementPrintedTypes(); in print()
H A DLVLocation.cpp472 LVLineRange Range = getReaderCompileUnit()->lineRange(this); in validateRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h364 inline LVScopeCompileUnit *getReaderCompileUnit() { in getReaderCompileUnit() function