Home
last modified time | relevance | path

Searched defs:VariableInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h102 struct VariableInfo { struct
103 llvm::StringRef name;
104 llvm::codeview::TypeIndex type;
105 DWARFExpressionList location;
106 bool is_param;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h84 struct VariableInfo { struct
85 std::optional<StringRef> Name;
86 std::optional<uint64_t> Size;
87 bool isEmpty() const { return !Name && !Size; } in isEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h318 VariableInfo() : NullabilityAudited(false), Nullable(0) {} in VariableInfo() function