Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h103 Function *getFunctionField(unsigned Elt) const;
519 Function *getFunction() const { return getFunctionField(15); } in getFunction()
/external/llvm/lib/IR/
DDebugInfo.cpp122 Function *DIDescriptor::getFunctionField(unsigned Elt) const { in getFunctionField() function in DIDescriptor