Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dheader_checker.h84 struct TargetInfo { struct
85 TargetInfo() : target(nullptr), is_public(false), is_generated(false) {} in TargetInfo() function
86 TargetInfo(const Target* t, bool is_pub, bool is_gen) in TargetInfo() function
98 using TargetVector = std::vector<TargetInfo>; argument
Dresolved_target_data.cc15 struct TargetInfo { struct
18 TargetInfo(const Target* target) in TargetInfo() argument
24 const Target* target = nullptr;
25 ResolvedTargetDeps deps;
27 bool has_lib_info = false;
28 bool has_framework_info = false;
29 bool has_hard_deps = false;
30 bool has_inherited_libs = false;
31 bool has_rust_libs = false;
34 ImmutableVector<SourceDir> lib_dirs;
[all …]
/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 { implementation