OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasStackMap
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp
131
bool
HasStackMap
= false;
138
HasStackMap
= true;
145
if (!
HasStackMap
)
MIRPrinter.cpp
340
YamlMFI.
HasStackMap
= MFI.
hasStackMap
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
234
bool
HasStackMap
= false;
378
bool
hasStackMap
() const { return
HasStackMap
; }
379
void setHasStackMap(bool s = true) {
HasStackMap
= s; }
MIRYamlMapping.h
597
bool
HasStackMap
= false;
619
HasStackMap
== Other.
HasStackMap
&&
642
YamlIO.mapOptional("
hasStackMap
", MFI.
HasStackMap
, false);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
689
MFI.setHasStackMap(YamlMFI.
HasStackMap
);
Completed in 23 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026