Home
last modified time | relevance | path

Searched defs:IndirectCall (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp27 bool IndirectCall = false) { in findBBwithCalls()
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph_test.cc850 TEST_F(ResolverDependencyGraphCyclicRefTest, IndirectCall) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1418 auto *IndirectCall = CallInst::Create(FnTy, DevirtFnAddr, Null, "", InsertPt); in prepareForSplit() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc2243 void TurboAssembler::IndirectCall(Address target, RelocInfo::Mode rmode) { in IndirectCall() function in v8::internal::TurboAssembler
/third_party/typescript/src/compiler/
Dtypes.ts7606 … /*@internal*/ IndirectCall = 1 << 29, // Emit CallExpression as an indirect call: `(0, f)()` enumerator