Home
last modified time | relevance | path

Searched defs:Materialize (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp139 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityPersistentVariable
426 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityVariable
780 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityResultVariable
1056 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntitySymbol
1175 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityRegister
1350 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in Materializer
/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc69 void Materialize() const { in Materialize() function in ExampleGenerator
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp225 auto Materialize = [&](GlobalValue &GV) { in main() local
/external/llvm-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp309 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main() local
/external/clang/lib/AST/
DExpr.cpp1612 if (MaterializeTemporaryExpr *Materialize in getSubExprAsWritten() local
2334 if (MaterializeTemporaryExpr *Materialize in IgnoreParenCasts() local
2355 if (MaterializeTemporaryExpr *Materialize in IgnoreCasts() local
2382 } else if (MaterializeTemporaryExpr *Materialize in IgnoreParenLValueCasts() local
2421 if (MaterializeTemporaryExpr *Materialize in IgnoreParenImpCasts() local
/external/llvm-project/clang/lib/AST/
DExpr.cpp1747 if (auto *Materialize = dyn_cast<MaterializeTemporaryExpr>(E)) in skipImplicitTemporary() local