HomeSort by relevance Sort by last modified time
    Searched refs:getSubroutineName (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 325 DWARFDebugInfoEntryMinimal::getSubroutineName(const DWARFCompileUnit *CU)
343 if (const char *name = spec_die.getSubroutineName(CU))
353 if (const char *name = abs_origin_die.getSubroutineName(CU))
DWARFDebugInfoEntry.h 158 const char* getSubroutineName(const DWARFCompileUnit *CU) const;
DWARFContext.cpp 383 if (const char *Name = TopFunctionDIE.getSubroutineName(InlinedChain.CU))
416 if (const char *Name = TopFunctionDIE.getSubroutineName(InlinedChain.CU))
479 if (const char *Name = FunctionDIE.getSubroutineName(InlinedChain.CU))

Completed in 3275 milliseconds