Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h116 unsigned getNumCompileUnits() { in getNumCompileUnits() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp326 if (getNumCompileUnits()) in getDebugLoc()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1844 Units.reserve(Dwarf.getNumCompileUnits()); in startDebugObject()