Searched refs:TheFn (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DIRBuilder.cpp70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); local
72 CallInst *CI = createCallHelper(TheFn, Ops, this);
90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); local
92 CallInst *CI = createCallHelper(TheFn, Ops, this);
114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); local
116 CallInst *CI = createCallHelper(TheFn, Ops, this);
136 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); local
137 return createCallHelper(TheFn, Ops, this);
151 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); local
152 return createCallHelper(TheFn, Op
[all...]
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h406 bool ResolveForwardRefBlockAddresses(Function *TheFn,
H A DLLParser.cpp135 Function *TheFn = 0; local
138 TheFn = M->getFunction(Fn.StrVal);
140 TheFn = dyn_cast<Function>(NumberedVals[Fn.UIntVal]);
142 if (TheFn == 0)
146 if (ResolveForwardRefBlockAddresses(TheFn,
190 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn, argument
206 TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
214 BlockAddress *BA = BlockAddress::get(TheFn, Res);

Completed in 109 milliseconds