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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 36 /// SupportsCompactUnwindWithoutEHFrame - True if the target object file
39 bool SupportsCompactUnwindWithoutEHFrame;
202 return SupportsCompactUnwindWithoutEHFrame;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 48 SupportsCompactUnwindWithoutEHFrame = true;
809 SupportsCompactUnwindWithoutEHFrame = false;
    [all...]

Completed in 47 milliseconds