Home
last modified time | relevance | path

Searched defs:TargetOptions (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1624 pub struct TargetOptions { struct
1626 pub is_builtin: bool,
1629 pub endian: Endian,
1631 pub c_int_width: StaticCow<str>,
1636 pub os: StaticCow<str>,
1638 pub env: StaticCow<str>,
1641 pub abi: StaticCow<str>,
1643 pub vendor: StaticCow<str>,
1646 pub linker: Option<StaticCow<str>>,
1649 pub linker_flavor: LinkerFlavor,
[all …]
Dbpf_base.rs4 pub fn opts(endian: Endian) -> TargetOptions { in opts()
Dsolid_base.rs4 pub fn opts(kernel: &str) -> TargetOptions { in opts()
Dapple_base.rs117 pub fn opts(os: &'static str, arch: Arch) -> TargetOptions { in opts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DParallelCG.h25 class TargetOptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp41 const TargetOptions & /*Options*/, in LanaiSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.h29 const MCTargetOptions &TargetOptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.h26 class TargetOptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h32 class TargetOptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h108 TargetOptions() in TargetOptions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h282 MCTargetOptions const *TargetOptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h60 class TargetOptions; variable