HomeSort by relevance Sort by last modified time
    Searched refs:compile_unit_count (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 272 ASSERT_EQ((unsigned)1, Finder.compile_unit_count());
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 183 if (Finder.compile_unit_count() > 1)
186 createCompileUnit(Finder.compile_unit_count() == 1 ?
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 316 EXPECT_EQ(2U, Finder->compile_unit_count());
  /external/llvm/include/llvm/IR/
DebugInfo.h 920 unsigned compile_unit_count() const { return CUs.size(); } function in class:llvm::DebugInfoFinder
    [all...]

Completed in 96 milliseconds