Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp20 getDebugAbbrev()->dump(OS); in dump()
57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
DDWARFContext.h60 const DWARFDebugAbbrev *getDebugAbbrev();
DDWARFCompileUnit.cpp31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()