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 52 clang::driver::Driver *CompilerDriver = new clang::driver::Driver(
54 CompilerDriver->setTitle("clang_based_tool");
55 return CompilerDriver;
  /art/compiler/driver/
compiler_driver.h 82 class CompilerDriver {
89 CompilerDriver(const CompilerOptions* compiler_options,
107 ~CompilerDriver();
520 // These flags are internal to CompilerDriver for collecting INVOKE resolution statistics.
697 typedef void (*CompilerCallbackFn)(CompilerDriver& driver);
698 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
724 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);
compiler_driver.cc 98 class CompilerDriver::AOTCompilationStats {
338 class CompilerDriver::DexFileMethodSet {
356 CompilerDriver::CompilerDriver(
419 CompilerDriver::~CompilerDriver() {
444 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateJniDlsymLookup() const {
448 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickGenericJniTrampoline()
453 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickImtConflictTrampoline()
458 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickResolutionTrampoline(
    [all...]

Completed in 1444 milliseconds