Searched refs:findInlineeLines (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h50 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h76 virtual std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h55 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp77 NativeRawSymbol::findInlineeLines() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp513 std::unique_ptr<IPDBEnumLineNumbers> DIARawSymbol::findInlineeLines() const { function in class:DIARawSymbol
515 if (S_OK != Symbol->findInlineeLines(&DiaEnumerator))

Completed in 167 milliseconds