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

  /external/llvm/include/llvm/
GVMaterializer.h 44 /// Materialize - make sure the given GlobalValue is fully read. If the
48 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0) = 0;
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 215 // Materialize requisite global values.
221 if (GV->Materialize(&ErrInfo)) {
228 // Deleting. Materialize every GV that's *not* in GVs.
235 if (G->Materialize(&ErrInfo)) {
245 if (F->Materialize(&ErrInfo)) {
  /external/llvm/lib/IR/
Globals.cpp 36 bool GlobalValue::Materialize(std::string *ErrInfo) {
37 return getParent()->Materialize(this, ErrInfo);
Module.cpp 406 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
408 return Materializer->Materialize(GV, ErrInfo);
PassManager.cpp     [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 257 /// Materialize - make sure this GlobalValue is fully read. If the module is
260 bool Materialize(std::string *ErrInfo = 0);
Module.h 203 OwningPtr<GVMaterializer> Materializer; ///< Used to materialize GlobalValues
450 /// Materialize - Make sure the GlobalValue is fully read. If the module is
453 bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 214 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 208 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 221 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
BitcodeReader.cpp 34 F->Materialize();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 666 if (F->Materialize(&ErrorMsg)) {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 4500 milliseconds