Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h104 void replaceFunctionField(unsigned Elt, Function *F);
520 void replaceFunction(Function *F) { replaceFunctionField(15, F); } in replaceFunction()
/external/llvm/lib/IR/
DDebugInfo.cpp131 void DIDescriptor::replaceFunctionField(unsigned Elt, Function *F) { in replaceFunctionField() function in DIDescriptor