Searched defs:triple (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h22 OptionValueArch(const char *triple) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp48 const llvm::Triple &triple = arch->GetTriple(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp199 std::string triple = arch.GetTriple().getTriple(); local
205 "Failed to create an llvm target for {0}: {1}", triple, local
H A DUnixSignals.cpp31 const auto &triple = arch.GetTriple(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp123 void SBModuleSpec::SetTriple(const char *triple) { argument
H A DSBInstruction.cpp318 bool SBInstruction::DumpEmulation(const char *triple) { argument
H A DSBInstructionList.cpp188 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp259 const llvm::Triple &triple = GetArchitecture().GetTriple(); local
H A DHostInfoBase.cpp191 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp48 const llvm::Triple &triple = arch->GetTriple(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp50 const llvm::Triple &triple = arch->GetTriple(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp249 char *LLVMNormalizeTargetTriple(const char* triple) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp216 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, argument
184 AddGnuCPlusPlusIncludePaths(StringRef Base, StringRef ArchDir, StringRef Dir32, StringRef Dir64, const llvm::Triple &triple) argument
372 AddDefaultCPlusPlusIncludePaths( const LangOptions &LangOpts, const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) argument
413 AddDefaultIncludePaths(const LangOptions &Lang, const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp75 FileSpec::FileSpec(llvm::StringRef path, const llvm::Triple &triple) argument
212 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { argument
H A DArchSpec.cpp559 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } argument
779 bool ArchSpec::SetTriple(const llvm::Triple &triple) { argument
821 bool ArchSpec::SetTriple(llvm::StringRef triple) { argument
1450 const llvm::Triple &triple = GetTriple(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp418 auto triple = m_process->GetTarget().GetArchitecture().GetTriple(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp163 llvm::Triple triple; local
[all...]
H A DProcessMinidump.cpp330 llvm::Triple triple; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp538 static bool supportsNilWithFloatRet(const llvm::Triple &triple) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp351 std::string triple = target_arch.GetTriple().str(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1146 std::string triple; local
1256 std::string triple; local
[all...]
H A DGDBRemoteCommunicationServerCommon.cpp1146 llvm::StringRef file, triple; local
1292 GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp65 llvm::Triple triple = arch.GetTriple(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp65 llvm::Triple triple = arch.GetTriple(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp926 DisassemblerLLVMC::MCDisasmInstance::Create(const char *triple, const char *cpu, argument
1090 llvm::Triple triple local
1334 llvm::Triple triple = arch.GetTriple(); local
[all...]

Completed in 210 milliseconds

12