LLVM API Documentation
#include "llvm/Analysis/LibCallSemantics.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/Function.h"
Go to the source code of this file.
Functions | |
static StringMap< const LibCallFunctionInfo * > * | getMap (void *Ptr) |
static StringMap<const LibCallFunctionInfo*>* getMap | ( | void * | Ptr | ) | [static] |
getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This helper does the cast.
Definition at line 23 of file LibCallSemantics.cpp.
Referenced by llvm::LibCallInfo::getFunctionInfo(), and llvm::LibCallInfo::~LibCallInfo().