Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp108 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
110 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
116 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
130 switch (descr.access_type) { in PrintHeapChunkAccess()
H A Dasan_descriptions.h116 u32 access_type : 2; member
H A Dasan_report.cpp397 hdesc1.chunk_access.access_type == kAccessTypeInside) in IsInvalidPointerPair()
399 hdesc2.chunk_access.access_type != kAccessTypeInside || in IsInvalidPointerPair()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp162 addr_t access_type = in RetrieveReportData() local
184 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp213 const char *access_type = in ReportDeadlySignalImpl() local
217 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp96 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
101 access_type, attrs.isVirtual(), attrs.isStatic(), false, false, false, in AddMethod()
H A DPdbAstBuilder.cpp82 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
89 /*mangled_name=*/nullptr, func_ct, /*access=*/access_type, in AddMethod()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h316 lldb::AccessType access_type,
352 lldb::AccessType access_type, llvm::StringRef class_name, int kind,
997 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,
H A DTypeSystemClang.cpp1272 AccessType access_type, llvm::StringRef name, int kind, in CreateRecordType() argument
1333 if (access_type != eAccessNone) in CreateRecordType()
1334 decl->setAccess(ConvertAccessTypeToAccessSpecifier(access_type)); in CreateRecordType()
1569 lldb::AccessType access_type, llvm::StringRef class_name, int kind, in CreateClassTemplateDecl() argument
1628 if (access_type != eAccessNone) in CreateClassTemplateDecl()
1630 ConvertAccessTypeToAccessSpecifier(access_type)); in CreateClassTemplateDecl()
9321 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
9327 return CreateClassTemplateDecl(decl_ctx, owning_module, access_type, in ParseClassTemplateDecl()