OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setHasSwiftAsyncContext
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
208
void
setHasSwiftAsyncContext
(bool v) { HasSwiftAsyncContext = v; }
X86ISelLowering.cpp
3754
X86FI->
setHasSwiftAsyncContext
(true);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
401
void
setHasSwiftAsyncContext
(bool HasContext) {
AArch64ISelDAGToDAG.cpp
3917
MF.getInfo<AArch64FunctionInfo>()->
setHasSwiftAsyncContext
(true);
AArch64ISelLowering.cpp
4879
MF.getInfo<AArch64FunctionInfo>()->
setHasSwiftAsyncContext
(true);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp
542
MF.getInfo<AArch64FunctionInfo>()->
setHasSwiftAsyncContext
(true);
AArch64InstructionSelector.cpp
5065
MF->getInfo<AArch64FunctionInfo>()->
setHasSwiftAsyncContext
(true);
Completed in 127 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026