OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixupDepth
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGCleanup.h
78
unsigned
FixupDepth
: 32 - 17 - NumCommonBits; // currently 13
258
unsigned cleanupSize, unsigned
fixupDepth
,
269
CleanupBits.
FixupDepth
=
fixupDepth
;
306
unsigned getFixupDepth() const { return CleanupBits.
FixupDepth
; }
CGCleanup.cpp
585
unsigned
FixupDepth
= Scope.getFixupDepth();
586
bool HasFixups = EHStack.getNumBranchFixups() !=
FixupDepth
;
802
for (unsigned I =
FixupDepth
, E = EHStack.getNumBranchFixups();
853
for (unsigned I =
FixupDepth
, E = EHStack.getNumBranchFixups();
[
all
...]
Completed in 511 milliseconds