Home
last modified time | relevance | path

Searched defs:CalleeInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h55 struct CalleeInfo { struct
74 CalleeInfo() in CalleeInfo() argument
76 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() argument
79 void updateHotness(const HotnessType OtherHotness) { in updateHotness()
104 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4064 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp1987 CGCalleeInfo CalleeInfo, in ConstructAttributeList()