Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h242 const char *getSubroutineName(DINameKind Kind) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1054 if (Kind != FunctionNameKind::None && (Name = DIE.getSubroutineName(Kind))) { in getFunctionNameAndStartLineForAddress()
1153 if (const char *Name = Subprogram.getSubroutineName(DINameKind::ShortName)) in addLocalsForDie()
1333 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
H A DDWARFDie.cpp535 const char *DWARFDie::getSubroutineName(DINameKind Kind) const { in getSubroutineName() function in DWARFDie