Searched refs:VariableInfo (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/APINotes/ |
| H A D | Types.h | 299 class VariableInfo : public CommonEntityInfo { 327 friend bool operator==(const VariableInfo &, const VariableInfo &); 329 VariableInfo &operator|=(const VariableInfo &RHS) { 343 inline bool operator==(const VariableInfo &LHS, const VariableInfo &RHS) { 349 inline bool operator!=(const VariableInfo &LHS, const VariableInfo &RHS) { 354 class ObjCPropertyInfo : public VariableInfo { 387 static_cast<VariableInfo &>(*this) |= RHS; 400 return static_cast<const VariableInfo &>(LHS) == RHS && 410 class ParamInfo : public VariableInfo { 448 static_cast<VariableInfo &>(*this) |= RHS; [all …]
|
| /llvm-project-15.0.7/clang/lib/APINotes/ |
| H A D | APINotesTypes.cpp | 48 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()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 307 SmallVectorImpl<VariableInfo> &Result) { in visitVariable() 311 VariableInfo Var{nameOrNone(GV), Size}; in visitVariable() 325 VariableInfo Var{DILV->getName(), DISize}; in visitVariable() 345 VariableInfo Var{nameOrNone(AI), Size}; in visitVariable() 354 SmallVector<VariableInfo, 2> VIs; in visitPtr() 369 const VariableInfo &VI = VIs[i]; in visitPtr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.h | 103 struct VariableInfo { struct 144 VariableInfo GetVariableNameInfo(llvm::codeview::CVSymbol symbol); 145 VariableInfo GetVariableLocationInfo(PdbIndex &index, PdbCompilandSymId var_id,
|
| H A D | PdbUtil.cpp | 477 VariableInfo lldb_private::npdb::GetVariableNameInfo(CVSymbol sym) { in GetVariableNameInfo() 478 VariableInfo result = {}; in GetVariableNameInfo() 604 VariableInfo lldb_private::npdb::GetVariableLocationInfo( in GetVariableLocationInfo() 610 VariableInfo result = GetVariableNameInfo(sym); in GetVariableLocationInfo()
|
| H A D | PdbAstBuilder.h | 41 struct VariableInfo;
|
| H A D | PdbAstBuilder.cpp | 961 VariableInfo var_info = GetVariableNameInfo(sym); in CreateVariableDecl()
|
| H A D | SymbolFileNativePDB.cpp | 1703 VariableInfo var_info = in CreateLocalVariable()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | MemoryOpRemark.h | 83 struct VariableInfo { struct 92 void visitVariable(const Value *V, SmallVectorImpl<VariableInfo> &Result);
|