Home
last modified time | relevance | path

Searched refs:getNumCompileUnits (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp232 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestAllForms()
497 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestChildren()
673 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestReferences()
881 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestAddresses()
1056 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
1223 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
1285 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
1332 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
1400 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
1607 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h171 unsigned getNumCompileUnits() { in getNumCompileUnits() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h116 unsigned getNumCompileUnits() { in getNumCompileUnits() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp694 if (getNumCompileUnits()) { in getDebugLoc()
708 if (getNumCompileUnits()) { in getDebugLocDWO()
DDWARFVerifier.cpp793 CUMap.reserve(DCtx.getNumCompileUnits()); in verifyDebugNamesCULists()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp326 if (getNumCompileUnits()) in getDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp2457 LinkContext.DwarfContext->getNumCompileUnits()); in link()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1844 Units.reserve(Dwarf.getNumCompileUnits()); in startDebugObject()