Searched defs:Arch (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp28 StringRef Arch = T.getArchName(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp41 StringRef Arch = A->getValue(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp107 Triple::ArchType Arch = T.getArch(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h57 MachO::Architecture Arch; member in class:llvm::object::TapiFile
H A DTapiUniversal.h111 MachO::Architecture Arch; member in struct:llvm::object::TapiUniversal::Library
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DTarget.h27 Target(Architecture Arch, PlatformKind Platform) argument
36 Architecture Arch; member in class:llvm::MachO::Target
[all...]
H A DArchitectureSet.h40 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } argument
43 void set(Architecture Arch) { argument
49 void clear(Architecture Arch) { ArchSet &= ~(1U << static_cast<int>(Arch)); } argument
127 ArchitectureSet &operator|=(const Architecture &Arch) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DArchitecture.cpp42 StringRef getArchitectureName(Architecture Arch) { argument
58 getCPUTypeFromArchitecture(Architecture Arch) argument
78 is64Bit(Architecture Arch) argument
92 operator <<(raw_ostream &OS, Architecture Arch) argument
[all...]
H A DTextStubCommon.cpp221 auto Arch = Split.first.trim(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.h102 std::string Arch; member in class:clang::driver::toolchains::MinGW
H A DNaCl.cpp58 const llvm::Triple::ArchType Arch = ToolChain.getArch(); local
H A DFreeBSD.cpp143 const llvm::Triple::ArchType Arch = ToolChain.getArch(); local
H A DNetBSD.cpp47 std::string Arch = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp49 llvm::RuntimeDyldCOFF::create(Triple::ArchType Arch, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp41 TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, Architecture Arch) argument
H A DELFObjectFile.cpp311 StringRef Arch = Attr.getValue(); local
[all...]
H A DObjectFile.cpp108 auto Arch = getArch(); local
H A DELF.cpp441 std::string ELFFile<ELFT>::getDynamicTagAsString(unsigned Arch, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DELFStub.h57 ELFArch Arch; member in class:llvm::elfabi::ELFStub
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp69 Triple::ArchType Arch = Triple(TT).getArch(); local
H A DAArch64TargetParser.cpp21 static unsigned checkArchVersion(llvm::StringRef Arch) { argument
163 StringRef AArch64::getDefaultCPU(StringRef Arch) { argument
190 parseArch(StringRef Arch) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp46 std::string Arch = "rv32"; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h51 ModuleRecord(llvm::Triple::OSType OS, llvm::Triple::ArchType Arch, UUID ID) argument
55 llvm::Triple::ArchType Arch; member in class:lldb_private::breakpad::ModuleRecord
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h82 llvm::Triple::ArchType Arch; member in struct:lldb_private::RegsetDesc
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h99 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) { argument

Completed in 604 milliseconds

123