Searched defs:VariableInfo (Results 1 – 3 of 3) sorted by relevance
102 struct VariableInfo { struct103 llvm::StringRef name;104 llvm::codeview::TypeIndex type;105 DWARFExpressionList location;106 bool is_param;
84 struct VariableInfo { struct85 std::optional<StringRef> Name;86 std::optional<uint64_t> Size;87 bool isEmpty() const { return !Name && !Size; } in isEmpty()
318 VariableInfo() : NullabilityAudited(false), Nullable(0) {} in VariableInfo() function