HomeSort by relevance Sort by last modified time
    Searched refs:replaceFunctionField (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
DebugInfo.h 87 void replaceFunctionField(unsigned Elt, Function *F);
510 void replaceFunction(Function *F) { replaceFunctionField(16, F); }
  /external/llvm/lib/IR/
DebugInfo.cpp 152 void DIDescriptor::replaceFunctionField(unsigned Elt, Function *F) {
    [all...]

Completed in 61 milliseconds