Searched refs:UseShortPointers (Results 1 – 2 of 2) sorted by relevance
30 bool UseShortPointers; variable50 bool useShortPointers() const { return UseShortPointers; } in useShortPointers()
92 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() argument97 else if (UseShortPointers) in computeDataLayout()122 is64bit(is64bit), UseShortPointers(UseShortPointersOpt), in NVPTXTargetMachine()