| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 45 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 D | Target.cpp | 56 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 D | Platform.cpp | 35 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 D | dmcstyle.c | 214 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 D | Target.h | 27 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 D | ttdinit.c | 81 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 D | PerGraphGOTAndPLTStubsBuilder.h | 70 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 D | X86MachObjectWriter.cpp | 61 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 D | PPCELFObjectWriter.cpp | 41 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 D | ARMELFObjectWriter.cpp | 72 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 D | LanaiTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/TargetInfo/ |
| H A D | PowerPCTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/TargetInfo/ |
| H A D | MSP430TargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/TargetInfo/ |
| H A D | M68kTargetInfo.h | 13 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/TargetInfo/ |
| H A D | HexagonTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/TargetInfo/ |
| H A D | NVPTXTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/TargetInfo/ |
| H A D | AMDGPUTargetInfo.h | 18 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/TargetInfo/ |
| H A D | AArch64TargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/TargetInfo/ |
| H A D | CSKYTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/TargetInfo/ |
| H A D | BPFTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/TargetInfo/ |
| H A D | MipsTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/TargetInfo/ |
| H A D | AVRTargetInfo.h | 13 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/TargetInfo/ |
| H A D | ARMTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/TargetInfo/ |
| H A D | ARCTargetInfo.h | 14 class Target; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/TargetInfo/ |
| H A D | XCoreTargetInfo.h | 14 class Target; variable
|