Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBBlock.i49 otherwise, return 0.") GetInlinedCallSiteLine;
51 GetInlinedCallSiteLine () const;
147 …return declaration(self.GetInlinedCallSiteFile(), self.GetInlinedCallSiteLine(), self.GetInlinedCa…
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_block.py12 obj.GetInlinedCallSiteLine()
/external/llvm-project/lldb/source/API/
DSBBlock.cpp94 uint32_t SBBlock::GetInlinedCallSiteLine() const { in GetInlinedCallSiteLine() function in SBBlock
95 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBlock, GetInlinedCallSiteLine); in GetInlinedCallSiteLine()
364 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBlock, GetInlinedCallSiteLine, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBBlock.h39 uint32_t GetInlinedCallSiteLine() const;