| /openbsd-src/gnu/llvm/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();
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 88 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | common.h | 139 u32 getThreadID();
|
| H A D | linux.cpp | 147 u32 getThreadID() { in getThreadID() function
|
| H A D | fuchsia.cpp | 202 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | combined.h | 1264 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe() 1297 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe() 1316 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1288 llvm::Value *ThreadID = getThreadID(CGF, D.getBeginLoc()); in emitTaskOutlinedFunction() 1391 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, in getThreadID() function in CGOpenMPRuntime 1679 emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in getAddrOfThreadPrivate() 1980 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate() 2064 llvm::Value *ThreadID = RT.getThreadID(CGF, Loc); in emitParallelCall() 2121 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress() 2186 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitCriticalRegion() 2216 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)}; in emitMasterRegion() 2242 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitMaskedRegion() 2245 getThreadID(CGF, Loc)}; in emitMaskedRegion() [all …]
|
| H A D | CGOpenMPRuntime.h | 371 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1230 getThreadID(CGF, Loc), in emitParallelCall() 1273 getThreadID(CGF, Loc)}; in emitBarrierCall() 2884 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction()
|
| H A D | CGStmtOpenMP.cpp | 4306 Filter = FilterClause->getThreadID(); in emitMasked() 4319 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
| H A D | segv_handler_posix.cpp | 79 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 601 if (C->getThreadID()) in VisitOMPFilterClause() 602 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| H A D | OpenMPClause.cpp | 2450 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8631 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function 8634 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
|
| H A D | RecursiveASTVisitor.h | 3846 TRY_TO(TraverseStmt(C->getThreadID()));
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6559 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2425 Visitor->AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9860 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()
|