Searched defs:LibCallFunctionInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h54 /// LibCallFunctionInfo - Each record in the array of FunctionInfo structs
64 struct LibCallFunctionInfo { struct in namespace:llvm
144 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
146 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;
162 virtual const LibCallFunctionInfo *getFunctionInfoArray() const = 0;

Completed in 526 milliseconds