Searched refs:Target (Results 276 - 300 of 729) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h26 #include "lldb/Target/ExecutionContext.h"
54 ClangUserExpressionHelper(Target &target, bool top_level)
84 Target &m_target;
H A DClangUtilityFunction.cpp26 #include "lldb/Target/ExecutionContext.h"
27 #include "lldb/Target/Target.h"
75 Target *target = exe_ctx.GetTargetPtr();
H A DClangExpressionDeclMap.h25 #include "lldb/Target/ExecutionContext.h"
225 /// then the current parsing context's Target.
240 lldb::addr_t GetSymbolAddress(Target &target, Process *process,
315 Target *GetTarget() {
526 lldb::VariableSP FindGlobalVariable(Target &target, lldb::ModuleSP &module,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h164 PerTargetMIParsingState &Target; member in struct:llvm::PerFunctionMIParsingState
179 PerTargetMIParsingState &Target);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h149 lldb::DescriptionLevel level, Target *target) const;
347 bool GetRangeContainingLoadAddress(lldb::addr_t load_addr, Target &target,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp32 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
42 const MCValue &Target,
41 getRelocType(MCContext &Ctx, const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const argument
H A DSparcMCExpr.h101 return E->getKind() == MCExpr::Target;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp94 CodeGenTarget Target;
145 X86FoldTablesEmitter(RecordKeeper &R) : Records(R), Target(R) {}
300 const CodeGenTarget &Target) {
306 CodeGenInstruction &AltRegInst = Target.getInstruction(AltRegInstRec);
584 Target.getInstructionsByEnumValue();
595 // lib/Target/X86/X86InstrFPStack.td file).
640 getAltRegInst(RegInst, Records, Target);
652 updateTables(&(Target.getInstruction(RegInstIter)),
653 &(Target.getInstruction(MemInstIter)), Entry.Strategy);
H A DFastISelEmitter.cpp187 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target,
268 RC = &Target.getRegisterClass(OpLeafRec);
270 RC = Target.getRegBank().getRegClassForRegister(OpLeafRec);
430 const CodeGenTarget &Target) {
443 PhysReg += Target.getRegBank().getReg(OpLeafRec)->getName();
448 const CodeGenTarget &Target = CGP.getTargetInfo();
497 DstRC = &Target.getRegisterClass(Op0Rec);
536 if (!Operands.initialize(InstPatNode, Target, VT, ImmediatePredicates,
550 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target);
881 const CodeGenTarget &Target
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h77 SCSI3Addr_struct Target[2]; /* 2 level target device addr */ member in struct:_PhysDevAddr_struct
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp43 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h27 // Only Target can make the watchpoint list, or add elements to it. This is
31 friend class Target;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp11 #include "lldb/Target/Target.h"
81 Target &target, llvm::StringRef Prefix) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCTargetDesc.cpp1 //===-- VEMCTargetDesc.cpp - VE Target Descriptions -----------------------===//
86 for (Target *T : {&getTheVETarget()}) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp67 VETargetMachine::VETargetMachine(const Target &T, const Triple &TT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp317 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; local
318 if (Address >= Target.Address) {
319 if (Address - Target.Address <= MaxBackwardRange)
322 if (Target.Address - Address <= MaxForwardRange)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.h24 using UUID = std::pair<llvm::MachO::Target, std::string>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp238 uint64_t Target = ValueDataRef[I].Value; local
240 << " Target_func: " << Target << "\n"); local
267 Function *TargetFunction = Symtab->getFunction(Target);
273 << ore::NV("target md5sum", Target) << " not found";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h96 return E->getKind() == MCExpr::Target;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp1 //===-- RISCVMCTargetDesc.cpp - RISCV Target Descriptions -----------------===//
97 for (Target *T : {&getTheRISCV32Target(), &getTheRISCV64Target()}) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp38 report_fatal_error("Target only supports CodeModel Small or Large");
46 XCoreTargetMachine::XCoreTargetMachine(const Target &T, const Triple &TT,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp9 #include "lldb/Target/DynamicLoader.h"
17 #include "lldb/Target/MemoryRegionInfo.h"
18 #include "lldb/Target/Process.h"
19 #include "lldb/Target/Target.h"
77 Target &target = m_process->GetTarget();
128 Target &target = m_process->GetTarget();
156 Target &target = m_process->GetTarget();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp331 for (StringRef Target : Targets) {
332 unsigned N = Target.size();
343 OS << Target; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonELFObjectWriter.cpp1 //===-- HexagonELFObjectWriter.cpp - Hexagon Target Descriptions ----------===//
32 unsigned getRelocType(MCContext &Ctx, MCValue const &Target,
43 MCValue const &Target,
46 MCSymbolRefExpr::VariantKind Variant = Target.getAccessVariant();
42 getRelocType(MCContext &Ctx, MCValue const &Target, MCFixup const &Fixup, bool IsPCRel) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp83 void DiagnoseIndirectOrAsmJump(Stmt *IG, unsigned IGScope, LabelDecl *Target,
621 LabelDecl *Target = IGS->getConstantTarget(); local
622 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
714 LabelDecl *&Target = TargetScopes[LabelScope]; local
715 if (!Target) Target = TheLabel;
807 LabelDecl *Target, bool &Diagnosed) {
813 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target)
829 LabelDecl *Target,
840 DiagnoseIndirectOrAsmJumpStmt(S, Jump, Target, Diagnose
806 DiagnoseIndirectOrAsmJumpStmt(Sema &S, Stmt *Jump, LabelDecl *Target, bool &Diagnosed) argument
828 DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]

Completed in 174 milliseconds

<<11121314151617181920>>