OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackRegion
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SafeStackLayout.h
22
struct
StackRegion
{
26
StackRegion
(unsigned Start, unsigned End,
30
/// The list of current stack regions, sorted by
StackRegion
::Start.
31
SmallVector<
StackRegion
, 16> Regions;
SafeStackLayout.cpp
65
for (const
StackRegion
&R : Regions) {
104
StackRegion
&R = Regions[i];
106
StackRegion
R0 = R;
112
StackRegion
R0 = R;
120
for (
StackRegion
&R : Regions) {
Completed in 496 milliseconds