Home
last modified time | relevance | path

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

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