Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.h102 struct VariableInfo { struct
103 llvm::StringRef name;
104 llvm::codeview::TypeIndex type;
105 DWARFExpressionList location;
106 bool is_param;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDMemoryOpRemark.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-head/contrib/llvm-project/clang/include/clang/APINotes/
HDTypes.h318 VariableInfo() : NullabilityAudited(false), Nullable(0) {} in VariableInfo() function