| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | common.cpp | 46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation() 53 DeallocationTrace.ThreadID = getThreadID(); in RecordDeallocation()
|
| H A D | common.h | 57 uint64_t getThreadID();
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | common_fuchsia.cpp | 14 uint64_t getThreadID() { return kInvalidThreadID; } in getThreadID() function
|
| H A D | common_posix.cpp | 18 uint64_t getThreadID() { in getThreadID() function
|
| H A D | guarded_pool_allocator_posix.cpp | 42 static_cast<uint32_t>(time(nullptr) + getThreadID()); in initPRNG()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 106 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | common.h | 154 u32 getThreadID();
|
| H A D | linux.cpp | 170 u32 getThreadID() { in getThreadID() function
|
| H A D | fuchsia.cpp | 219 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | combined.h | 1250 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe() 1283 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe() 1302 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1809 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate() 1950 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress() 2362 getThreadID(CGF, Loc)}; in emitBarrierCall() 2543 getThreadID(CGF, Loc), in emitForDispatchInit() 2617 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitForStaticInit() 2660 getThreadID(CGF, Loc)}; in emitForStaticFinish() 2698 getThreadID(CGF, Loc), in emitForNext() 3908 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit() 11163 getThreadID(CGF, D.getBeginLoc()), in emitDoacrossInit() 11219 getThreadID(CGF, C->getBeginLoc())); in emitDoacrossOrdered() [all …]
|
| H A D | CGOpenMPRuntime.h | 343 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1286 getThreadID(CGF, Loc), in emitParallelCall() 1329 getThreadID(CGF, Loc)}; in emitBarrierCall()
|
| H A D | CGStmtOpenMP.cpp | 4306 Filter = FilterClause->getThreadID(); in emitMasked() 4319 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| H A D | segv_handler_posix.cpp | 79 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 619 if (C->getThreadID()) in VisitOMPFilterClause() 620 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| H A D | OpenMPClause.cpp | 2515 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8727 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function 8730 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
|
| H A D | RecursiveASTVisitor.h | 3862 TRY_TO(TraverseStmt(C->getThreadID()));
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6704 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10036 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()
|