Home
last modified time | relevance | path

Searched refs:Elide (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp152 uint32_t OffsetInParent, bool Elide, in BaseClassLayout() argument
155 Elide), in BaseClassLayout()
251 bool Elide = (Parent != nullptr); in initializeChildren() local
253 std::make_unique<BaseClassLayout>(*this, Offset, Elide, std::move(VB)); in initializeChildren()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pxd.pxi24 # TODO(https://github.com/grpc/grpc/issues/15662): Elide this.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h50 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
DCoroutines.cpp167 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() argument
177 Elide ? ConstantPointerNull::get(Type::getInt8PtrTy(CoroId->getContext())) in replaceCoroFree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h151 bool Elide, std::unique_ptr<PDBSymbolTypeBaseClass> Base);