Searched defs:access_type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 114 addr_t access_type = in RetrieveReportData() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report.cpp | 256 const char *access_type = ReportDeadlySignalImpl() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.h | 116 u32 access_type : 2; global() member
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 110 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
|
H A D | PdbAstBuilder.cpp | 84 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1222 CreateRecordType(clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,AccessType access_type,llvm::StringRef name,int kind,LanguageType language,ClangASTMetadata * metadata,bool exports_symbols) CreateRecordType() argument 1544 CreateClassTemplateDecl(DeclContext * decl_ctx,OptionalClangModuleID owning_module,lldb::AccessType access_type,llvm::StringRef class_name,int kind,const TemplateParameterInfos & template_param_infos) CreateClassTemplateDecl() argument 9035 ParseClassTemplateDecl(clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,lldb::AccessType access_type,const char * parent_name,int tag_decl_kind,const TypeSystemClang::TemplateParameterInfos & template_param_infos) ParseClassTemplateDecl() argument
|