#include <LibCallSemantics.h>
Public Member Functions | |
| const LibCallLocationInfo & | getLocationInfo (unsigned LocID) const |
| getLocationInfo - Return information about the specified LocationID. | |
| const LibCallFunctionInfo * | getFunctionInfo (Function *F) const |
| virtual unsigned | getLocationInfo (const LibCallLocationInfo *&Array) const |
| virtual const LibCallFunctionInfo * | getFunctionInfoArray () const =0 |
| const LibCallFunctionInfo* llvm::LibCallInfo::getFunctionInfo | ( | Function * | F | ) | const |
getFunctionInfo - Return the LibCallFunctionInfo object corresponding to the specified function if we have it. If not, return null.
| virtual const LibCallFunctionInfo* llvm::LibCallInfo::getFunctionInfoArray | ( | ) | const [pure virtual] |
getFunctionInfoArray - Return an array of descriptors that describe the set of libcalls represented by this LibCallInfo object. This array is terminated by an entry with a NULL name.
| virtual unsigned llvm::LibCallInfo::getLocationInfo | ( | const LibCallLocationInfo *& | Array | ) | const [inline, virtual] |
getLocationInfo - Return descriptors for the locations referenced by this set of libcalls.
1.5.8