Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp23 for (unsigned i = 0, e = getNumCompileUnits(); i != e; ++i) in dump()
34 for (unsigned i = 0, e = getNumCompileUnits(); i != e; ++i) { in dump()
DDWARFContext.h44 unsigned getNumCompileUnits() { in getNumCompileUnits() function
DDWARFDebugAranges.cpp89 const uint32_t num_compile_units = ctx->getNumCompileUnits(); in generate()