Home
last modified time | relevance | path

Searched refs:isArch16Bit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h421 bool isArch16Bit() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp681 if (TargetTriple.isArch16Bit()) in remapSectionsAndSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp1344 bool Triple::isArch16Bit() const { in isArch16Bit() function in Triple
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3868 if (T.isArch16Bit()) in ParseLangArgs()