Home
last modified time | relevance | path

Searched refs:Call2 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-no-return.ll20 define i32 @Call2(i8* nocapture %arg) uwtable sanitize_address {
23 ; CHECK: @Call2
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-no-return.ll20 define i32 @Call2(i8* nocapture %arg) uwtable sanitize_address {
23 ; CHECK: @Call2
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp251 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F() local
252 Value *Result = Builder.CreateAdd(Call1, Call2); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp250 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F() local
251 Value *Result = Builder.CreateAdd(Call1, Call2); in TEST_F()
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dmaps.proto85 rpc Call2(MapIn) returns (MapOut); rpc
/external/llvm/unittests/IR/
DIRBuilderTest.cpp416 auto Call2 = Builder.CreateCall(Callee, None); in TEST_F() local
417 EXPECT_EQ(DL2, Call2->getDebugLoc()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp577 auto Call2 = Builder.CreateCall(Callee, None); in TEST_F() local
578 EXPECT_EQ(DL2, Call2->getDebugLoc()); in TEST_F()