Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h27 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 Dtarget.h116 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 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
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmcstyle.c106 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 DTarget.h27 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 Dtarget.go29 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 Dtarget_ocaml.c160 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 DPerGraphGOTAndPLTStubsBuilder.h70 Symbol &getGOTEntry(Symbol &Target) { in getGOTEntry()
92 Symbol &getPLTStub(Symbol &Target) { in getPLTStub()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasutils.c58 char Target) in AsSkipUntilChar()
87 char Target) in AsSkipPastChar()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp98 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 DCodeEmitterGen.cpp84 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 DAVRTargetInfo.h13 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.h14 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/TargetInfo/
H A DWebAssemblyTargetInfo.h19 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.h14 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.h14 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/TargetInfo/
H A DAMDGPUTargetInfo.h18 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/TargetInfo/
H A DM68kTargetInfo.h13 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/TargetInfo/
H A DCSKYTargetInfo.h14 class Target; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.h14 class Target; variable

12345678910>>...15