Home
last modified time | relevance | path

Searched refs:CompileTwiceBuffer (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llc/
Dllc.cpp479 SmallVector<char, 0> CompileTwiceBuffer; in compileModule() local
483 CompileTwiceBuffer = Buffer; in compileModule()
495 if (Buffer.size() != CompileTwiceBuffer.size() || in compileModule()
496 (memcmp(Buffer.data(), CompileTwiceBuffer.data(), Buffer.size()) != in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp589 SmallVector<char, 0> CompileTwiceBuffer; in compileModule() local
593 CompileTwiceBuffer = Buffer; in compileModule()
606 if (Buffer.size() != CompileTwiceBuffer.size() || in compileModule()
607 (memcmp(Buffer.data(), CompileTwiceBuffer.data(), Buffer.size()) != in compileModule()
/external/llvm/tools/opt/
Dopt.cpp635 SmallVector<char, 0> CompileTwiceBuffer; in main() local
666 CompileTwiceBuffer = Buffer; in main()
676 if (Buffer.size() != CompileTwiceBuffer.size() || in main()
677 (memcmp(Buffer.data(), CompileTwiceBuffer.data(), Buffer.size()) != in main()