HomeSort by relevance Sort by last modified time
    Searched defs:CompilerDriver (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Tooling/
Tooling.cpp 53 clang::driver::Driver *CompilerDriver =
56 CompilerDriver->setTitle("clang_based_tool");
57 return CompilerDriver;
  /art/compiler/driver/
compiler_driver.h 83 class CompilerDriver {
90 CompilerDriver(const CompilerOptions* compiler_options,
105 ~CompilerDriver();
520 typedef void (*CompilerCallbackFn)(CompilerDriver& driver);
521 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
549 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);
compiler_driver.cc 101 class CompilerDriver::AOTCompilationStats {
250 class CompilerDriver::DexFileMethodSet {
268 CompilerDriver::CompilerDriver(
319 CompilerDriver::~CompilerDriver() {
344 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateJniDlsymLookup() const {
348 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickGenericJniTrampoline()
353 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickImtConflictTrampoline()
358 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickResolutionTrampoline(
    [all...]

Completed in 210 milliseconds