Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp479 getReaderCompileUnit()->addMatched(Element); in addElement()
481 getReaderCompileUnit()->addMatched(Element->getIsScope() in addElement()
H A DLVSymbol.cpp218 getReaderCompileUnit()->addInvalidCoverage(this); in calculateCoverage()
395 getReaderCompileUnit()->incrementPrintedSymbols(); in print()
H A DLVLine.cpp142 getReaderCompileUnit()->incrementPrintedLines(); in print()
H A DLVScope.cpp147 getReaderCompileUnit()->addedElement(Line); in addElement()
187 getReaderCompileUnit()->addedElement(Scope); in addElement()
214 getReaderCompileUnit()->addedElement(Symbol); in addElement()
241 getReaderCompileUnit()->addedElement(Type); in addElement()
1016 getReaderCompileUnit()->incrementPrintedScopes(); in print()
H A DLVType.cpp294 getReaderCompileUnit()->incrementPrintedTypes(); in print()
H A DLVLocation.cpp472 LVLineRange Range = getReaderCompileUnit()->lineRange(this); in validateRanges()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h232 inline LVScopeCompileUnit *getReaderCompileUnit() { in getReaderCompileUnit() function