OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasPatchPoint
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
343
bool
HasPatchPoint
= false;
364
YamlIO.mapOptional("
hasPatchPoint
", MFI.
HasPatchPoint
);
MachineFrameInfo.h
166
bool
HasPatchPoint
;
272
HasPatchPoint
= false;
329
bool
hasPatchPoint
() const { return
HasPatchPoint
; }
330
void setHasPatchPoint(bool s = true) {
HasPatchPoint
= s; }
Completed in 6878 milliseconds