Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h238 const char *getSubroutineName(DINameKind Kind) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp527 const char *DWARFDie::getSubroutineName(DINameKind Kind) const { in getSubroutineName() function in DWARFDie
H A DDWARFContext.cpp958 if (Kind != FunctionNameKind::None && (Name = DIE.getSubroutineName(Kind))) { in getFunctionNameAndStartLineForAddress()
1065 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()