OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasCalls
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
118
bool
HasCalls
= false;
MIRYamlMapping.h
603
bool
HasCalls
= false;
624
AdjustsStack == Other.AdjustsStack &&
HasCalls
== Other.
HasCalls
&&
648
YamlIO.mapOptional("
hasCalls
", MFI.
HasCalls
, false);
MachineFrameInfo.h
272
bool
HasCalls
= false;
579
bool
hasCalls
() const { return
HasCalls
; }
580
void setHasCalls(bool V) {
HasCalls
= V; }
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp
48
const bool
HasCalls
= F.hasFnAttribute("amdgpu-calls");
54
(!isEntryFunction() ||
HasCalls
);
172
if (
HasCalls
|| HasStackObjects || ST.enableFlatScratch())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
542
bool
HasCalls
= false;
558
HasCalls
= true;
590
if (
HasCalls
)
595
if ((Res ||
HasCalls
) && ClInstrumentFuncEntryExit) {
Completed in 19 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026