HomeSort by: relevance | last modified time | path
    Searched refs:UseShortPointers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 27 bool UseShortPointers;
47 bool useShortPointers() const { return UseShortPointers; }
NVPTXTargetMachine.cpp 98 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) {
103 else if (UseShortPointers)
122 is64bit(is64bit), UseShortPointers(UseShortPointersOpt),

Completed in 16 milliseconds