| /llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 24 const char *object_type; member 41 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 84 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 87 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 89 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
| H A D | tsan_report.cpp | 151 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local 152 if (object_type == nullptr) in PrintMop() 153 object_type = "external object"; in PrintMop() 155 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 181 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local 182 if (!object_type) { in PrintLocation() 189 object_type, loc->heap_chunk_size, in PrintLocation()
|
| H A D | tsan_debugging.cpp | 146 const char **object_type) { in __tsan_get_report_loc_object_type() argument 150 *object_type = GetObjectTypeFromTag(loc->external_tag); in __tsan_get_report_loc_object_type()
|
| H A D | tsan_interface.h | 94 void *__tsan_external_register_tag(const char *object_type); 169 const char **object_type);
|
| /llvm-project/compiler-rt/test/tsan/Darwin/ |
| H A D | debug_external.cpp | 19 const char **object_type); 63 const char *object_type; in __tsan_on_report() local 64 __tsan_get_report_loc_object_type(report, 0, &object_type); in __tsan_on_report() 65 fprintf(stderr, "object_type = %s\n", object_type); in __tsan_on_report()
|
| H A D | external-lib.cpp | 25 void *(*callback_register_tag)(const char *object_type);
|
| /llvm-project/lldb/test/API/lang/objc/objc-dyn-sbtype/ |
| H A D | TestObjCDynamicSBType.py | 54 object_type = v_object.GetType() 57 object_type.GetName(), 66 object_pointee_type = object_type.GetPointeeType()
|
| /llvm-project/clang/tools/clang-format/ |
| H A D | git-clang-format | 351 object_type = get_object_type(commit) 352 if object_type not in ("commit", "tag"): 353 if object_type is None: 358 % (commit, object_type) 381 object_type = get_object_type(value) 382 if object_type is None: 384 if object_type in ("commit", "tag"): 388 % (value, object_type)
|
| /llvm-project/llvm/utils/ |
| H A D | revert_checker.py | 330 object_type = subprocess.check_output( 344 if object_type == "commit": 351 object_type,
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 90 int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type); 134 const char *object_type; 186 ptr__tsan_get_report_loc_object_type(t.report, i, &t.locs[i].object_type); 423 dict->AddStringItem("object_type", in RetrieveReportData() 424 RetrieveString(o, process_sp, ".object_type")); in RetrieveReportData() 662 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() 663 ->GetValueForKey("object_type") in GenerateSummary() 666 if (!object_type.empty()) { in GenerateSummary() 667 summary = "Race on " + object_type + " object"; in GenerateSummary() 758 std::string object_type in GetLocationDescription() 665 std::string object_type = std::string(loc->GetAsDictionary() GenerateSummary() local 761 std::string object_type = std::string(loc->GetAsDictionary() GetLocationDescription() local [all...] |
| /llvm-project/compiler-rt/include/sanitizer/ |
| H A D | tsan_interface.h | 144 void *SANITIZER_CDECL __tsan_external_register_tag(const char *object_type);
|
| /llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8397 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() 8399 if (object_type) { in StartTagDeclarationDefinition() 8400 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition() 8391 const clang::ObjCObjectType *object_type = StartTagDeclarationDefinition() local
|