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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h44 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h70 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h49 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp61 NativeRawSymbol::findInlineFramesByAddr(uint32_t Section, function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp487 DIARawSymbol::findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const { function in class:DIARawSymbol
489 if (S_OK != Symbol->findInlineFramesByAddr(Section, Offset, &DiaEnumerator))

Completed in 108 milliseconds