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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 161 /// PadShortFunctions - True if the short functions should be padded to prevent
163 bool PadShortFunctions;
292 bool padShortFunctions() const { return PadShortFunctions; }
X86Subtarget.cpp 493 PadShortFunctions = false;

Completed in 38 milliseconds