OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CalleeInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
55
struct
CalleeInfo
{
74
CalleeInfo
()
76
explicit
CalleeInfo
(HotnessType Hotness, uint64_t RelBF)
104
inline const char *getHotnessName(
CalleeInfo
::HotnessType HT) {
106
case
CalleeInfo
::HotnessType::Unknown:
108
case
CalleeInfo
::HotnessType::Cold:
110
case
CalleeInfo
::HotnessType::None:
112
case
CalleeInfo
::HotnessType::Hot:
114
case
CalleeInfo
::HotnessType::Critical:
513
/// <CalleeValueInfo,
CalleeInfo
> call edge pair
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
4064
const CGFunctionInfo &
CalleeInfo
= CGM.getTypes().arrangeCXXConstructorCall(
4066
CGF.EmitCall(
CalleeInfo
, Callee, ReturnValueSlot(), Args);
Completed in 22 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026