Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h421 bool isArch16Bit() const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp682 if (TargetTriple.isArch16Bit()) in remapSectionsAndSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp157 TLI.setIntSize(T.isArch16Bit() ? 16 : 32); in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1344 bool Triple::isArch16Bit() const { in isArch16Bit() function in Triple
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3870 if (T.isArch16Bit()) in ParseLangArgs()