Searched defs:Materialize (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 139 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/ |
D | fuzzer_corpus_test.cc | 69 void Materialize() const { in Materialize() function in ExampleGenerator
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 225 auto Materialize = [&](GlobalValue &GV) { in main() local
|
/external/llvm-project/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 309 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1612 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/ |
D | Expr.cpp | 1747 if (auto *Materialize = dyn_cast<MaterializeTemporaryExpr>(E)) in skipImplicitTemporary() local
|