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
265
unsigned
FixupDepth
;
289
unsigned cleanupSize, unsigned
fixupDepth
,
294
ActiveFlag(nullptr), ExtInfo(nullptr),
FixupDepth
(
fixupDepth
) {
347
unsigned getFixupDepth() const { return
FixupDepth
; }
CGCleanup.cpp
628
unsigned
FixupDepth
= Scope.getFixupDepth();
629
bool HasFixups = EHStack.getNumBranchFixups() !=
FixupDepth
;
[
all
...]
Completed in 501 milliseconds