LLVM API Documentation

Functions
LibCallSemantics.cpp File Reference
#include "llvm/Analysis/LibCallSemantics.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/Function.h"
Include dependency graph for LibCallSemantics.cpp:

Go to the source code of this file.

Functions

static StringMap< const
LibCallFunctionInfo * > * 
getMap (void *Ptr)

Function Documentation

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().