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

  /external/llvm/include/llvm/IR/
DebugInfo.h 104 void replaceFunctionField(unsigned Elt, Function *F);
520 void replaceFunction(Function *F) { replaceFunctionField(15, F); }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 131 void DIDescriptor::replaceFunctionField(unsigned Elt, Function *F) {
    [all...]

Completed in 36 milliseconds