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

  /external/llvm/lib/VMCore/
Globals.cpp 35 bool GlobalValue::Materialize(std::string *ErrInfo) {
36 return getParent()->Materialize(this, ErrInfo);
Module.cpp 352 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
354 return Materializer->Materialize(GV, ErrInfo);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 718 const MaterializeTemporaryExpr *Materialize
720 if (!Materialize->getType()->isRecordType())
721 CreateCXXTemporaryObject(Materialize, Pred, Dst);
723 Visit(Materialize->GetTemporaryExpr(), Pred, Dst);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 58 milliseconds