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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 37 if (M->MaterializeAllPermanently(ErrStr))
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 140 if(M.get() != 0 && M->MaterializeAllPermanently(&ErrorMessage)) {
  /external/llvm/tools/lli/
lli.cpp 211 if (Mod->MaterializeAllPermanently(&ErrorMsg)) {
  /external/llvm/include/llvm/
Module.h 437 /// already has one, call MaterializeAllPermanently first. Destroying this
468 /// MaterializeAllPermanently - Make sure all GlobalValues in this Module are
473 bool MaterializeAllPermanently(std::string *ErrInfo = 0);
  /external/llvm/lib/VMCore/
Module.cpp 391 "Module already has a GVMaterializer. Call MaterializeAllPermanently"
425 bool Module::MaterializeAllPermanently(std::string *ErrInfo) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 430 milliseconds