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 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 115 milliseconds