Searched refs:AddressInfo (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp22 AddressInfo::AddressInfo() { function in class:__sanitizer::AddressInfo
23 internal_memset(this, 0, sizeof(AddressInfo));
27 void AddressInfo::Clear() {
31 internal_memset(this, 0, sizeof(AddressInfo));
35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset,
H A Dsanitizer_stacktrace_printer.h50 const AddressInfo &info, bool vs_style,
H A Dsanitizer_symbolizer.h27 struct AddressInfo { struct in namespace:__sanitizer
44 AddressInfo();
50 // Linked list of symbolized frames (each frame is described by AddressInfo).
53 AddressInfo info;
H A Dsanitizer_symbolizer_libbacktrace.cpp92 AddressInfo *get_new_frame(uintptr_t addr) {
96 AddressInfo *info = &cur->info;
114 AddressInfo *info = cdata->get_new_frame(addr);
128 AddressInfo *info = cdata->get_new_frame(addr);
H A Dsanitizer_stacktrace_printer.cpp110 const AddressInfo &info, bool vs_style,
124 // Frame number and all fields of AddressInfo structure.
143 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown
163 if (!info.file && info.function_offset != AddressInfo::kUnknown)
H A Dsanitizer_symbolizer_mac.cpp205 uptr start_address = AddressInfo::kUnknown;
213 if (start_address == AddressInfo::kUnknown) {
224 if (start_address != AddressInfo::kUnknown) {
H A Dsanitizer_symbolizer_libcdep.cpp294 static const char *ParseFileLineInfo(AddressInfo *info, const char *str) {
346 AddressInfo *info = &cur->info;
383 AddressInfo addr;
402 AddressInfo *info = &stack->info;
H A Dsanitizer_symbolizer_markup.cpp88 const AddressInfo &info, bool vs_style,
H A Dsanitizer_symbolizer_report.cpp31 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
H A Dsanitizer_common.h32 struct AddressInfo;
332 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
334 // Same as above, but obtains AddressInfo by symbolizing top stack trace frame.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp71 AddressInfo *info = &ssb->tail->info;
H A Dtsan_suppressions.cpp94 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
H A Dtsan_report.cpp404 const AddressInfo &info = frame->info;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp89 AddressInfo AI;
99 const AddressInfo &AI = Loc.getSymbolizedStack()->info;
163 const AddressInfo &Info = Loc.getSymbolizedStack()->info;
438 const AddressInfo &AI = Stack.get()->info;
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c939 osm_mad_addr.dest_lid = pRecvCmp->AddressInfo.DestLid;
940 osm_mad_addr.path_bits = pRecvCmp->AddressInfo.PathBits;
941 osm_mad_addr.static_rate = pRecvCmp->AddressInfo.StaticRate;
948 pRecvCmp->AddressInfo.AddrType.Smi.SourceLid;
949 /* osm_mad_addr.addr_type.smi.port_num = pRecvCmp->AddressInfo.AddrType.Smi.PortNumber; */
952 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQpNumber;
954 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQkey;
957 pRecvCmp->AddressInfo.AddrType.Gsi.ServiceLevel;
959 pRecvCmp->AddressInfo.AddrType.Gsi.GlobalRoute;
960 /* osm_mad_addr.addr_type.gsi.grh_info = pRecvCmp->AddressInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp66 AddressInfo &info = s->info;

Completed in 445 milliseconds