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

/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
27 LibCallInfo::~LibCallInfo() {
31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {
44 LibCallInfo::getFunctionInfo(const Function *F) const {
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h26 /// For example, the LibCallInfo may be set up to model the behavior of
123 /// LibCallInfo - Abstract interface to query about library call information.
127 class LibCallInfo { class in namespace:llvm
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {} function in class:llvm::LibCallInfo
134 virtual ~LibCallInfo();
160 /// set of libcalls represented by this LibCallInfo object. This array is

Completed in 392 milliseconds