Searched refs:getArch (Results 126 - 150 of 212) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp388 if (TargetTriple.getArch() == Triple::x86_64) {
418 if (TargetTriple.getArch() == Triple::x86_64)
H A DMemorySanitizer.cpp891 switch (TargetTriple.getArch()) {
903 switch (TargetTriple.getArch()) {
912 switch (TargetTriple.getArch()) {
4076 if (TargetTriple.getArch() == Triple::mips64) {
4459 if (TargetTriple.getArch() == Triple::ppc64)
4633 if (TargetTriple.getArch() == Triple::x86_64)
4637 else if (TargetTriple.getArch() == Triple::aarch64)
4639 else if (TargetTriple.getArch() == Triple::ppc64 ||
4640 TargetTriple.getArch() == Triple::ppc64le)
H A DHWAddressSanitizer.cpp672 switch (TargetTriple.getArch()) {
945 if (TargetTriple.getArch() == Triple::aarch64)
1011 {readRegister(IRB, (TargetTriple.getArch() == Triple::x86_64) ? "rsp"
H A DAddressSanitizer.cpp434 bool IsPPC64 = TargetTriple.getArch() == Triple::ppc64 ||
435 TargetTriple.getArch() == Triple::ppc64le;
436 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz;
437 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64;
441 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64;
H A DDataFlowSanitizer.cpp547 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64;
549 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64 ||
550 TargetTriple.getArch() == Triple::aarch64_be;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp880 return getArch() == Triple::x86_64 || getArch() == Triple::aarch64 ? 8 : 4;
898 Triple::ArchType COFFObjectFile::getArch() const { function in class:COFFObjectFile
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp710 if ((arch.GetTriple().getArch() == llvm::Triple::x86) &&
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp163 return llvm::Triple::arc == arch.GetTriple().getArch() ?
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1016 if (arch.GetTriple().getArch() == llvm::Triple::hexagon) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp202 if (arch.GetTriple().getArch() == llvm::Triple::systemz) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp101 if (triple_ref.getArch() == llvm::Triple::hexagon)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp213 if (arch.GetTriple().getArch() == llvm::Triple::mips ||
214 arch.GetTriple().getArch() == llvm::Triple::mipsel) {
223 return arch.GetTriple().getArch() == llvm::Triple::mips ||
224 arch.GetTriple().getArch() == llvm::Triple::mipsel;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp531 if (Triple(ArchStr).getArch() != Triple::UnknownArch) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp49 return Triple.getArch() == llvm::Triple::aarch64_32 ? "apple-s4"
H A DMips.cpp75 switch (Triple.getArch()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h237 return getTriple().getArch() != llvm::Triple::x86;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h321 virtual Triple::ArchType getArch() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp245 MAI = new AArch64MCAsmInfoDarwin(TheTriple.getArch() == Triple::aarch64_32);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp568 if (TT.getArch() == Triple::r600)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1215 getTriple().getArch() == llvm::Triple::aarch64);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp616 TC.getTriple().getArch() == llvm::Triple::x86_64);
873 if (TC.getTriple().getArch() == llvm::Triple::x86) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp802 STI.getTargetTriple().getArch() == Triple::ArchType::mipsel ||
803 STI.getTargetTriple().getArch() == Triple::ArchType::mips
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1505 R::getArch(), &prolog)) {
1920 pc, R::getArch(), &prolog)) {
1950 pc, R::getArch(), &prolog)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp102 if (TT.getArch() == Triple::x86)
135 if (TT.getArch() == Triple::ppc || TT.isPPC64()) {
170 switch (TT.getArch()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp788 DebugFrame.reset(new DWARFDebugFrame(getArch(), false /* IsEH */));
799 DebugFrame.reset(new DWARFDebugFrame(getArch(), true /* IsEH */));
1911 TT.setArch(Triple::ArchType(Obj.getArch()));

Completed in 289 milliseconds

123456789