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