Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp270 DWARFDebugInfoEntryMinimal::getSubroutineName(const DWARFUnit *U) const { in getSubroutineName() function in DWARFDebugInfoEntryMinimal
287 if (const char *name = spec_die.getSubroutineName(U)) in getSubroutineName()
297 if (const char *name = abs_origin_die.getSubroutineName(U)) in getSubroutineName()
HDDWARFDebugInfoEntry.h152 const char *getSubroutineName(const DWARFUnit *U) const;
HDDWARFContext.cpp432 if (const char *Name = TopFunctionDIE.getSubroutineName(InlinedChain.U)) in getLineInfoForAddress()
465 if (const char *Name = TopFunctionDIE.getSubroutineName(InlinedChain.U)) in getLineInfoForAddressRange()
524 if (const char *Name = FunctionDIE.getSubroutineName(InlinedChain.U)) in getInliningInfoForAddress()