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

  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 105 if (!TM->getSubtarget<X86Subtarget>().padShortFunctions())
X86Subtarget.h 176 /// PadShortFunctions - True if the short functions should be padded to prevent
178 bool PadShortFunctions;
347 bool padShortFunctions() const { return PadShortFunctions; }

Completed in 37 milliseconds