/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | ms-intrinsics.c | 17 void *test_InterlockedExchangePointer(void * volatile *Target, void *Value) { in test_InterlockedExchangePointer() 44 long test_InterlockedExchange(long *Target, long Value) { in test_InterlockedExchange()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | target.go | 29 Target struct { struct 30 C C.LLVMTargetRef 218 func (t Target) NextTarget() Target { 243 // llvm.TargetMachine 247 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCAsmInfo.h | 20 class Target; variable
|
H A D | NVPTXMCTargetDesc.h | 18 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/ |
H A D | XCoreMCAsmInfo.h | 21 class Target; variable
|
H A D | XCoreMCTargetDesc.h | 18 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 153 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option() 178 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ() 199 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name() 204 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description() 209 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit() 214 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine() 219 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend() 253 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() 76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant() 69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
|
H A D | PPCMachObjectWriter.cpp | 46 const MCFixup &Fixup, MCValue Target, in RecordRelocation() 84 static unsigned getRelocType(const MCValue &Target, in getRelocType() 194 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordScatteredRelocation() 306 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCTargetDesc.h | 18 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCAsmInfo.h | 20 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | ReleaseNotes.rst | 445 ABI 478 LLVMLinux 495 Miscellaneous
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 23 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 179 const CodeGenTarget &Target = CDP.getTargetInfo(); in EmitOperandInfo() local 237 const CodeGenTarget &Target, in emitOperandNameMappings() 311 const CodeGenTarget &Target) { in emitOperandTypesEnum() 353 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local 547 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local 571 CodeGenTarget Target(Records); in emitEnums() local
|
H A D | DisassemblerEmitter.cpp | 107 CodeGenTarget Target(Records); in EmitDisassembler() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 78 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) in checkPreCall() local 91 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion(); in checkPreCall() local 165 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) { in checkPostCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/ |
H A D | AMDGPUELFObjectWriter.cpp | 23 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType()
|
H A D | AMDGPUMCTargetDesc.h | 29 class Target; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 66 MCValue Target, uint64_t &FixedValue) override { in RecordRelocation() 105 MCValue Target, in RecordX86_64Relocation() 363 MCValue Target, in RecordScatteredRelocation() 458 MCValue Target, in RecordTLVPRelocation() 506 MCValue Target, in RecordX86Relocation()
|
/minix3/minix/drivers/power/acpi/resources/ |
H A D | rsmisc.c | 85 char *Target; in AcpiRsConvertAmlToResource() local 474 char *Target; in AcpiRsConvertResourceToAml() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ARCMigrate/ |
H A D | FileRemapper.h | 35 typedef llvm::PointerUnion<const FileEntry *, llvm::MemoryBuffer *> Target; typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | JumpInstrTableInfo.cpp | 52 void JumpInstrTableInfo::insertEntry(FunctionType *TableFunTy, Function *Target, in insertEntry()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 83 const std::string &Target) { in rewriteComdat() 100 const std::string Target; member in llvm::SymbolRewriter::ExplicitRewriteDescriptor 308 std::string Target; in parseRewriteFunctionDescriptor() local 375 std::string Target; in parseRewriteGlobalVariableDescriptor() local 437 std::string Target; in parseRewriteGlobalAliasDescriptor() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.h | 28 class Target; variable
|