Home
last modified time | relevance | path

Searched defs:TheTriple (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp20 ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin(const Triple &TheTriple) { in ARMMCAsmInfoDarwin()
44 ARMELFMCAsmInfo::ARMELFMCAsmInfo(const Triple &TheTriple) { in ARMELFMCAsmInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp33 AArch64WinCOFFObjectWriter(const Triple &TheTriple) in AArch64WinCOFFObjectWriter()
165 llvm::createAArch64WinCOFFObjectWriter(const Triple &TheTriple) { in createAArch64WinCOFFObjectWriter()
H A DAArch64AsmBackend.cpp39 Triple TheTriple; member in __anon594151c70111::AArch64AsmBackend
157 adjustFixupValue(const MCFixup & Fixup,const MCValue & Target,uint64_t Value,MCContext & Ctx,const Triple & TheTriple,bool IsResolved) adjustFixupValue() argument
786 COFFAArch64AsmBackend(const Target & T,const Triple & TheTriple) COFFAArch64AsmBackend() argument
800 const Triple &TheTriple = STI.getTargetTriple(); createAArch64leAsmBackend() local
820 const Triple &TheTriple = STI.getTargetTriple(); createAArch64beAsmBackend() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h26 DebugLineSectionEmitter(const Triple &TheTriple, DwarfUnit &U) in DebugLineSectionEmitter() argument
64 Error init(Triple TheTriple) { in init() argument
412 Triple TheTriple; global() variable
H A DDWARFEmitterImpl.cpp24 Error DwarfEmitterImpl::init(Triple TheTriple, in init() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp24 VEELFMCAsmInfo::VEELFMCAsmInfo(const Triple &TheTriple) { in VEELFMCAsmInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp20 NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Triple &TheTriple, in NVPTXMCAsmInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp21 MipsMCAsmInfo::MipsMCAsmInfo(const Triple &TheTriple, in MipsMCAsmInfo()
H A DMipsAsmBackend.h29 Triple TheTriple; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp25 SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Triple &TheTriple) { in SparcELFMCAsmInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp43 Triple TheTriple(TargetTriple); in selectTarget() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.cpp96 static MCRelocationInfo *createM68kMCRelocationInfo(const Triple &TheTriple, in createM68kMCRelocationInfo()
H A DM68kAsmBackend.cpp238 const Triple &TheTriple = STI.getTargetTriple(); createM68kAsmBackend() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp25 lookupTarget(StringRef ArchName,Triple & TheTriple,std::string & Error) lookupTarget() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp540 InitTargetOptionsFromCodeGenFlags(const Triple & TheTriple) InitTargetOptionsFromCodeGenFlags() argument
749 Triple TheTriple(TargetTriple); createTargetMachineForTriple() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp85 createLanaiElfRelocation(const Triple & TheTriple,MCContext & Ctx) createLanaiElfRelocation() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp239 Triple TheTriple(Triple::normalize(TripleName)); GetTarget() local
377 Triple TheTriple(TripleName); main() local
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp454 Triple TheTriple; compileModule() local
489 __anonfb0769610602(const Triple &TheTriple) compileModule() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp46 const Triple &TheTriple = Printer.TM.getTargetTriple(); GetGlobalValueSymbol() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp245 Triple TheTriple(TripleName); getTarget() local
347 Triple TheTriple(TripleName); main() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp109 Triple TheTriple(Result->getTargetTriple()); in parseInputFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp110 Triple TheTriple; in makeTriple() local
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp307 computeGUIDPreservedSymbols(const lto::InputFile & File,const StringSet<> & PreservedSymbols,const Triple & TheTriple,DenseSet<GlobalValue::GUID> & GUIDs) computeGUIDPreservedSymbols() argument
321 computeGUIDPreservedSymbols(const lto::InputFile & File,const StringSet<> & PreservedSymbols,const Triple & TheTriple) computeGUIDPreservedSymbols() argument
541 initTMBuilder(TargetMachineBuilder & TMBuilder,const Triple & TheTriple) initTMBuilder() argument
567 Triple TheTriple(TripleStr); addModule() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h36 Triple TheTriple; member

12