Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h164 void replaceFunctionField(unsigned Elt, Function *F);
634 void replaceFunction(Function *F) { replaceFunctionField(5, F); } in replaceFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp115 void DIDescriptor::replaceFunctionField(unsigned Elt, Function *F) { in replaceFunctionField() function in DIDescriptor