Searched defs:Triple (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp72 X86_64MCAsmInfoDarwin::X86_64MCAsmInfoDarwin(const Triple &Triple) argument
125 X86MCAsmInfoMicrosoft(const Triple &Triple) argument
138 X86MCAsmInfoGNUCOFF(const Triple &Triple) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DLLVMTargetMachine.cpp65 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetMachineC.cpp61 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, char* Triple, argument
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDDisassembler.h79 std::string Triple; member in struct:llvm::EDDisassembler::CPUKey
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DSubtargetFeature.cpp386 void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DTriple.cpp337 Triple::Triple(const Twine &Str) function in class:Triple
351 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr) function in class:Triple
364 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, function in class:Triple
660 SmallString<64> Triple; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp145 static MCRegisterInfo *createARMMCRegisterInfo(StringRef Triple) { argument
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A DDisassembler.cpp143 disassemble(const Target &T, const std::string &Triple, MCSubtargetInfo &STI, MCStreamer &Streamer, MemoryBuffer &Buffer, SourceMgr &SM, raw_ostream &Out) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DTriple.h41 class Triple { class in namespace:llvm
140 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {} function in class:llvm::Triple
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DTargetRegistry.h288 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM, argument
329 MCSubtargetInfo *createMCSubtargetInfo(StringRef Triple, StringRe argument
343 createTargetMachine(StringRef Triple, StringRef CPU, StringRef Features, const TargetOptions &Options, Reloc::Model RM = Reloc::Default, CodeModel::Model CM = CodeModel::Default, CodeGenOpt::Level OL = CodeGenOpt::Default) const argument
357 createMCAsmBackend(StringRef Triple, StringRef CPU) const argument
1067 Allocator(const Target &T, StringRef Triple, StringRef CPU) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp195 std::string Triple = getBitcodeTargetTriple(buffer, getGlobalContext()); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1766 bool BitcodeReader::ParseModuleTriple(std::string &Triple) { argument
1821 bool BitcodeReader::ParseTriple(std::string &Triple) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DCore.cpp101 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple) { argument
110 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { argument

Completed in 225 milliseconds