Home
last modified time | relevance | path

Searched refs:GetInlinedCallSiteLine (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBlock.i49 otherwise, return 0.") GetInlinedCallSiteLine;
51 GetInlinedCallSiteLine () const;
147 …return declaration(self.GetInlinedCallSiteFile(), self.GetInlinedCallSiteLine(), self.GetInlinedCa…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBlock.h39 uint32_t GetInlinedCallSiteLine() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp90 uint32_t SBBlock::GetInlinedCallSiteLine() const { in GetInlinedCallSiteLine() function in SBBlock