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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 38 if (std::error_code EC = M->materializeAllPermanently()) {
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 162 M->materializeAllPermanently();
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 326 ec = module->materializeAllPermanently();
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 241 // Materialize it now via invoking MaterializeAllPermanently(). This
243 std::error_code ec = module.materializeAllPermanently();
424 // clear the materializer by calling materializeAllPermanently since the
  /external/llvm/include/llvm/IR/
Module.h 475 /// call MaterializeAllPermanently first. Destroying this module will destroy
503 std::error_code materializeAllPermanently();
  /external/llvm/lib/IR/
Module.cpp 379 "Module already has a GVMaterializer. Call MaterializeAllPermanently"
408 std::error_code Module::materializeAllPermanently() {
  /external/llvm/tools/lli/
lli.cpp 429 if (std::error_code EC = Mod->materializeAllPermanently()) {
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 846 milliseconds