Searched refs:UseShortPointers (Results 1 – 2 of 2) sorted by relevance
28 bool UseShortPointers; variable48 bool useShortPointers() const { return UseShortPointers; } in useShortPointers()
99 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() argument104 else if (UseShortPointers) in computeDataLayout()123 is64bit(is64bit), UseShortPointers(UseShortPointersOpt), in NVPTXTargetMachine()