Searched refs:compile_unit_count (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp272 ASSERT_EQ((unsigned)1, Finder.compile_unit_count());
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp183 if (Finder.compile_unit_count() > 1)
186 createCompileUnit(Finder.compile_unit_count() == 1 ?
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp316 EXPECT_EQ(2U, Finder->compile_unit_count());
/external/llvm/include/llvm/IR/
H A DDebugInfo.h920 unsigned compile_unit_count() const { return CUs.size(); } function in class:llvm::DebugInfoFinder

Completed in 186 milliseconds