MCPcopy Create free account
hub / github.com/beefytech/Beef / GetLineInlinee

Method GetLineInlinee

IDEHelper/DbgModule.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91DbgSubprogram* DbgSubprogram::GetLineInlinee(const DbgLineData& lineData)
92{
93 auto inlineRoot = GetRootInlineParent();
94 return inlineRoot->mLineInfo->mContexts[lineData.mCtxIdx].mInlinee;
95}
96
97DbgSrcFile* DbgSubprogram::GetLineSrcFile(const DbgLineData& lineData)
98{

Callers 1

DisassembleAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected