Home
last modified time | relevance | path

Searched defs:TargetInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data.h133 struct TargetInfo { struct
136 TargetInfo(const Target* target) in TargetInfo() argument
142 const Target* target = nullptr;
143 ResolvedTargetDeps deps;
145 bool has_lib_info = false;
146 bool has_framework_info = false;
147 bool has_hard_deps = false;
148 bool has_inherited_libs = false;
149 bool has_rust_libs = false;
150 bool has_swift_values = false;
[all …]
Dheader_checker.h85 struct TargetInfo { struct
86 TargetInfo() : target(nullptr), is_public(false), is_generated(false) {} in TargetInfo() argument
87 TargetInfo(const Target* t, bool is_pub, bool is_gen) in TargetInfo() argument
99 using TargetVector = std::vector<TargetInfo>; argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h89 TargetInfo(bool HasFramePointer, RegNumT FrameOrStackReg) in TargetInfo() function
91 explicit TargetInfo(const TargetLowering *Target) in TargetInfo() function
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs2199 pub struct TargetInfo { struct
2206 impl TargetInfo { impl