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