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

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3068 llvm::Triple::ArchType Arch = T.getArch(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1290 createRuntimeDyldCOFF( Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
1302 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
1313 createRuntimeDyldMachO( Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
[all...]
H A DRuntimeDyldELF.cpp240 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp82 void MipsTargetStreamer::emitDirectiveSetArch(StringRef Arch) { argument
515 void MipsTargetAsmStreamer::emitDirectiveSetArch(StringRef Arch) { argument
516 OS << "\t.set arch=" << Arch << "\n"; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1981 llvm::Triple::ArchType Arch = local
2574 CudaArch Arch = StringToCudaArch(ArchStr); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h239 ArchType Arch; member in class:llvm::Triple
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3313 llvm::Triple::ArchType Arch = local
3335 llvm::Triple::ArchType Arch = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp389 Triple::ArchType Arch; member in class:__anon4545::LowerTypeTestsModule
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2035 StringRef Arch = StringValue; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3396 const llvm::Triple::ArchType Arch local
5290 llvm::Triple::ArchType Arch = TC.getArch(); local
6650 llvm::Triple::ArchType Arch = getToolChain().getArch(); local
[all...]
H A DGnu.cpp398 const llvm::Triple::ArchType Arch = ToolChain.getArch(); local
983 isArmOrThumbArch(llvm::Triple::ArchType Arch) argument
987 isMipsEL(llvm::Triple::ArchType Arch) argument
1001 isMSP430(llvm::Triple::ArchType Arch) argument
1534 llvm::StringRef Arch = Args.getLastArgValue(options::OPT_march_EQ); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2168 unsigned Arch = this->getArch(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4365 Triple::ArchType Arch = TT.getArch(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4638 Conds(StringRef Arch, ArrayRef<StringRef> Feats) argument
4642 MultiVersionResolverOption(llvm::Function *F, StringRef Arch, argument
H A DCodeGenModule.cpp537 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp69 Target::Arch::Arch(const ArchSpec &spec) function in class:Target::Arch
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1674 static const char *getElfSegmentType(unsigned Arch, unsigned Type) { argument
1718 static std::string getElfPtType(unsigned Arch, unsigned Type) { argument
3770 static std::string getSectionTypeString(unsigned Arch, unsigned Type) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5151 StringRef Arch, ExtensionString; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2016 const auto &Arch = Triple.getArch(); local
H A DSemaChecking.cpp2216 llvm::Triple::ArchType Arch = TI.getTriple().getArch(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp496 unsigned Arch = Obj->getArch(); local
2612 unsigned int Arch = info->O->getArch(); local
3148 unsigned int Arch = info->O->getArch(); local
7479 unsigned int Arch = MachOOF->getArch(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11122 StringRef Arch = getParser().parseStringToEndOfStatement().trim(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7479 StringRef Arch = getParser().parseStringToEndOfStatement().trim(); local

Completed in 843 milliseconds

123