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

  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 84 EE1->DisableLazyCompilation(true);
86 EE2->DisableLazyCompilation(true);
114 EE1->DisableLazyCompilation(false);
116 EE2->DisableLazyCompilation(false);
JITTest.cpp 314 TheJIT->DisableLazyCompilation(true);
323 TheJIT->DisableLazyCompilation(true);
379 TheJIT->DisableLazyCompilation(true);
418 TheJIT->DisableLazyCompilation(false);
512 TheJIT->DisableLazyCompilation(true);
556 TheJIT->DisableLazyCompilation(true);
589 TheJIT->DisableLazyCompilation(true);
617 TheJIT->DisableLazyCompilation(true);
637 TheJIT->DisableLazyCompilation(false);
721 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 238 EE->DisableLazyCompilation(NoLazyCompilation);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 425 /// DisableLazyCompilation - When lazy compilation is off (the default), the
438 void DisableLazyCompilation(bool Disabled = true) {
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 346 /// DisableLazyCompilation - When lazy compilation is off (the default), the
359 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 436 /// DisableLazyCompilation - When lazy compilation is off (the default), the
449 void DisableLazyCompilation(bool Disabled = true) {
  /external/llvm/tools/lli/
lli.cpp 548 EE->DisableLazyCompilation(NoLazyCompilation);

Completed in 739 milliseconds