HomeSort by relevance Sort by last modified time
    Searched defs:LibCallInfo (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallSemantics.cpp 21 /// 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 26 /// 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 {
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
134 virtual ~LibCallInfo();
160 /// set of libcalls represented by this LibCallInfo object. This array is

Completed in 356 milliseconds