Searched defs:TargetInfo (Results 1 – 4 of 4) sorted by relevance
84 struct TargetInfo { struct85 TargetInfo() : target(nullptr), is_public(false), is_generated(false) {} in TargetInfo() function86 TargetInfo(const Target* t, bool is_pub, bool is_gen) in TargetInfo() function98 using TargetVector = std::vector<TargetInfo>; argument
15 struct TargetInfo { struct18 TargetInfo(const Target* target) in TargetInfo() argument24 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 …]
89 TargetInfo(bool HasFramePointer, RegNumT FrameOrStackReg) in TargetInfo() function91 explicit TargetInfo(const TargetLowering *Target) in TargetInfo() function
2199 pub struct TargetInfo { struct2206 impl TargetInfo { implementation