/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | target.h | 27 struct Target struct 29 static int ptrsize; 30 static int realsize; // size a real consumes in memory 31 …static int realpad; // 'padding' added to the CPU real size to bring it up to realsize 32 static int realalignsize; // alignment for reals 33 …bool reverseCppOverloads; // with dmc and cl, overloaded functions are grouped and in reverse order 34 static bool cppExceptions; // set if catching C++ exceptions is supported 35 static int c_longsize; // size of a C 'long' or 'unsigned long' type 36 static int c_long_doublesize; // size of a C 'long double' 37 static int classinfosize; // size of 'ClassInfo' [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | target.h | 116 struct Target struct 118 typedef unsigned char OS; 120 { 149 TargetC c; argument 152 TargetCPP cpp; argument 155 TargetObjC objc; argument 157 DString architectureName; // name of the platform architecture (e.g. X86_64) 158 CPU cpu; // CPU instruction set to target 159 bool is64bit; // generate 64 bit code for x86_64; true by default for 64 bit dmd 160 bool isLP64; // pointers are 64 bits [all …]
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmcstyle.c | 106 ACPI_PARSE_OBJECT *Target; in AcpiDmCheckForSymbolicOpcode() local 625 ACPI_PARSE_OBJECT *Target; in AcpiDmIsOptimizationIgnored() local 900 ACPI_PARSE_OBJECT *Target) in AcpiDmPromoteTarget() 940 ACPI_PARSE_OBJECT *Target) in AcpiDmIsValidTarget() 976 ACPI_PARSE_OBJECT *Target, in AcpiDmIsTargetAnOperand()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | target.go | 29 Target struct { struct 30 C C.LLVMTargetRef 212 func (t Target) NextTarget() Target { 237 // llvm.TargetMachine 241 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 160 value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ() 181 value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name() 186 value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description() 191 value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit() 196 value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine() 201 value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend() 234 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | PerGraphGOTAndPLTStubsBuilder.h | 70 Symbol &getGOTEntry(Symbol &Target) { in getGOTEntry() 92 Symbol &getPLTStub(Symbol &Target) { in getPLTStub()
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asutils.c | 58 char Target) in AsSkipUntilChar() 87 char Target) in AsSkipPastChar()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 98 const std::string &Target) { in rewriteComdat() 117 const std::string Target; member in __anone8ee82230111::ExplicitRewriteDescriptor 331 std::string Target; in parseRewriteFunctionDescriptor() local 400 std::string Target; in parseRewriteGlobalVariableDescriptor() local 463 std::string Target; in parseRewriteGlobalAliasDescriptor() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 84 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand() 267 CodeGenTarget &Target) { in getInstructionCase() 289 CodeGenTarget &Target) { in getInstructionCaseForEncoding() 349 CodeGenTarget &Target, int HwMode) { in emitInstructionBaseValues() 390 CodeGenTarget Target(Records); in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/TargetInfo/ |
H A D | AVRTargetInfo.h | 13 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.h | 14 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/TargetInfo/ |
H A D | WebAssemblyTargetInfo.h | 19 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/TargetInfo/ |
H A D | SystemZTargetInfo.h | 14 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/TargetInfo/ |
H A D | HexagonTargetInfo.h | 14 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/TargetInfo/ |
H A D | AMDGPUTargetInfo.h | 18 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/TargetInfo/ |
H A D | M68kTargetInfo.h | 13 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/TargetInfo/ |
H A D | CSKYTargetInfo.h | 14 class Target; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/TargetInfo/ |
H A D | MSP430TargetInfo.h | 14 class Target; variable
|