Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h128 const char *getSubroutineName(const DWARFUnit *U, DINameKind Kind) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h237 const char *getSubroutineName(DINameKind Kind) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp468 TopFunctionDIE.getSubroutineName(InlinedChain.U, Kind)) { in getFunctionNameForAddress()
565 FunctionDIE.getSubroutineName(InlinedChain.U, Spec.FNKind)) in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp377 DWARFDebugInfoEntryMinimal::getSubroutineName(const DWARFUnit *U, in getSubroutineName() function in DWARFDebugInfoEntryMinimal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp438 const char *DWARFDie::getSubroutineName(DINameKind Kind) const { in getSubroutineName() function in DWARFDie
DDWARFContext.cpp929 if (Kind != FunctionNameKind::None && (Name = DIE.getSubroutineName(Kind))) { in getFunctionNameAndStartLineForAddress()
1036 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()