Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp432 Function* func_test2 = Function::Create( in makeLLVMModule() local
436 func_test2->setCallingConv(CallingConv::C); in makeLLVMModule()
438 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule()
471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
483 … BasicBlock* label_entry_5 = BasicBlock::Create(getGlobalContext(), "entry",func_test2,nullptr); in makeLLVMModule()