HomeSort by relevance Sort by last modified time
    Searched refs:FixupDepth (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.h 93 unsigned FixupDepth : 32 - 18 - NumCommonBits; // currently 12
288 unsigned cleanupSize, unsigned fixupDepth,
300 CleanupBits.FixupDepth = fixupDepth;
346 unsigned getFixupDepth() const { return CleanupBits.FixupDepth; }
CGCleanup.cpp 611 unsigned FixupDepth = Scope.getFixupDepth();
612 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
834 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
    [all...]

Completed in 248 milliseconds