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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h 30 llvm::Triple::ArchType getArchTypeForMachOArchName(StringRef Str);
Darwin.cpp 37 llvm::Triple::ArchType darwin::getArchTypeForMachOArchName(StringRef Str) {
74 const llvm::Triple::ArchType Arch = getArchTypeForMachOArchName(Str);
2260 tools::darwin::getArchTypeForMachOArchName(A->getValue(0));
2264 tools::darwin::getArchTypeForMachOArchName(BoundArch))))
2549 auto Arch = tools::darwin::getArchTypeForMachOArchName(BoundArch);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 2073 tools::darwin::getArchTypeForMachOArchName(A->getValue());

Completed in 28 milliseconds