Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
50 const Target &Target) { in addAllowableClient()
56 const Target &Target) { in addReexportedLibrary()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
77 Target RHS) { return LHS.first < RHS; }); in addUUID()
87 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
98 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
117 for (const auto &Target : Targets) in addSymbol() local
H A DTarget.cpp56 raw_ostream &operator<<(raw_ostream &OS, const Target &Target) { in operator <<()
63 for (const auto &Target : Targets) in mapToPlatformSet() local
70 for (const auto &Target : Targets) in mapToArchitectureSet() local
H A DPlatform.cpp35 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind()
60 for (const auto &Target : Targets) in mapToPlatformSet() local
/freebsd-13.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c214 ACPI_PARSE_OBJECT *Target; in AcpiDmCheckForSymbolicOpcode() local
733 ACPI_PARSE_OBJECT *Target; in AcpiDmIsOptimizationIgnored() local
1008 ACPI_PARSE_OBJECT *Target) in AcpiDmPromoteTarget()
1048 ACPI_PARSE_OBJECT *Target) in AcpiDmIsValidTarget()
1084 ACPI_PARSE_OBJECT *Target, in AcpiDmIsTargetAnOperand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h27 Target(Architecture Arch, PlatformKind Platform) in Target() function
29 explicit Target(const llvm::Triple &Triple) in Target() function
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c81 ttdsaTgt_t *Target; in ttdssInit() local
623 ttdsaTgt_t *Target = (ttdsaTgt_t *)tdsaAllShared->ttdsaTgt; in ttdsaXchgLinkInit() local
694 ttdsaTgt_t *Target = (ttdsaTgt_t *)tdsaAllShared->ttdsaTgt; in ttdsaXchgFreeStruct() local
762 ttdsaTgt_t *Target = (ttdsaTgt_t *)osData->ttdsaTgt; in ttdsaXchgGetStruct() local
814 ttdsaTgt_t *Target = (ttdsaTgt_t *)tdsaAllShared->ttdsaTgt; in ttdsaDumpallXchg() local
884 ttdsaTgt_t *Target = (ttdsaTgt_t *)tdsaAllShared->ttdsaTgt; in tiTGTPassthroughCmndRegister() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DPerGraphGOTAndPLTStubsBuilder.h70 Symbol &getGOTEntry(Symbol &Target) { in getGOTEntry()
92 Symbol &getPLTStub(Symbol &Target) { in getPLTStub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp61 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
368 MCValue Target, in recordScatteredRelocation()
468 MCValue Target, in recordTLVPRelocation()
508 MCValue Target, in RecordX86Relocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant()
73 unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp72 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
78 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/TargetInfo/
H A DLanaiTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/TargetInfo/
H A DM68kTargetInfo.h13 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/TargetInfo/
H A DAMDGPUTargetInfo.h18 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/TargetInfo/
H A DCSKYTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/TargetInfo/
H A DMipsTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/TargetInfo/
H A DAVRTargetInfo.h13 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/TargetInfo/
H A DARCTargetInfo.h14 class Target; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.h14 class Target; variable

12345678910>>...14