Home
last modified time | relevance | path

Searched refs:VariableInfo (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h304 class VariableInfo : public CommonEntityInfo {
318 VariableInfo() : NullabilityAudited(false), Nullable(0) {} in VariableInfo() function
334 friend bool operator==(const VariableInfo &, const VariableInfo &);
336 VariableInfo &operator|=(const VariableInfo &RHS) {
350 inline bool operator==(const VariableInfo &LHS, const VariableInfo &RHS) {
356 inline bool operator!=(const VariableInfo &LHS, const VariableInfo &RHS) {
361 class ObjCPropertyInfo : public VariableInfo {
396 static_cast<VariableInfo &>(*this) |= RHS;
409 return static_cast<const VariableInfo &>(LHS) == RHS &&
419 class ParamInfo : public VariableInfo {
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp48 LLVM_DUMP_METHOD void VariableInfo::dump(llvm::raw_ostream &OS) const { in dump()
58 static_cast<const VariableInfo &>(*this).dump(OS); in dump()
65 static_cast<const VariableInfo &>(*this).dump(OS); in dump()
H A DAPINotesWriter.cpp650 unsigned getVariableInfoSize(const VariableInfo &VI) { in getVariableInfoSize()
655 void emitVariableInfo(raw_ostream &OS, const VariableInfo &VI) { in emitVariableInfo()
H A DAPINotesReader.cpp262 void ReadVariableInfo(const uint8_t *&Data, VariableInfo &Info) { in ReadVariableInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp310 SmallVectorImpl<VariableInfo> &Result) { in visitVariable()
314 VariableInfo Var{nameOrNone(GV), Size}; in visitVariable()
327 VariableInfo Var{DILV->getName(), DISize}; in visitVariable()
350 VariableInfo Var{nameOrNone(AI), Size}; in visitVariable()
359 SmallVector<VariableInfo, 2> VIs; in visitPtr()
374 const VariableInfo &VI = VIs[i]; in visitPtr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h102 struct VariableInfo { struct
142 VariableInfo GetVariableNameInfo(llvm::codeview::CVSymbol symbol);
143 VariableInfo GetVariableLocationInfo(PdbIndex &index, PdbCompilandSymId var_id,
H A DPdbUtil.cpp603 VariableInfo lldb_private::npdb::GetVariableNameInfo(CVSymbol sym) { in GetVariableNameInfo()
604 VariableInfo result = {}; in GetVariableNameInfo()
734 VariableInfo lldb_private::npdb::GetVariableLocationInfo( in GetVariableLocationInfo()
740 VariableInfo result = GetVariableNameInfo(sym); in GetVariableLocationInfo()
H A DPdbAstBuilder.h43 struct VariableInfo;
H A DPdbAstBuilder.cpp673 VariableInfo var_info = GetVariableNameInfo(sym); in CreateVariableDecl()
H A DSymbolFileNativePDB.cpp1828 VariableInfo var_info = in CreateLocalVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h84 struct VariableInfo { struct
93 void visitVariable(const Value *V, SmallVectorImpl<VariableInfo> &Result);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp364 const api_notes::VariableInfo &Info, in ProcessAPINotes()
423 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()
432 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()
441 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes()