Home
last modified time | relevance | path

Searched defs:TheFn (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DIRBuilder.cpp70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local
90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local
114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local
136 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); in CreateLifetimeStart() local
151 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); in CreateLifetimeEnd() local
/external/llvm/lib/AsmParser/
DLLParser.cpp136 Function *TheFn = nullptr; in ValidateEndOfModule() local
196 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn, in ResolveForwardRefBlockAddresses()