| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | StableFunctionMapRecord.cpp | 71 const StableFunctionMap::StableFunctionEntry *FuncEntry) { in getStableIndexOperandHashes() argument 73 for (auto &[Indices, OpndHash] : *FuncEntry->IndexOperandHashMap) in getStableIndexOperandHashes() 191 auto FuncEntry = std::make_unique<StableFunctionMap::StableFunctionEntry>( in deserialize() local 195 FunctionMap->insert(std::move(FuncEntry)); in deserialize() 202 for (const auto *FuncEntry : FuncEntries) { in serializeYAML() local 203 auto IndexOperandHashes = getStableIndexOperandHashes(FuncEntry); in serializeYAML() 205 FuncEntry->Hash, *FunctionMap->getNameForId(FuncEntry->FunctionNameId), in serializeYAML() 206 *FunctionMap->getNameForId(FuncEntry->ModuleNameId), in serializeYAML() 207 FuncEntry->InstCount, std::move(IndexOperandHashes)); in serializeYAML()
|
| H A D | StableFunctionMap.cpp | 88 auto FuncEntry = std::make_unique<StableFunctionEntry>( in insert() local 91 insert(std::move(FuncEntry)); in insert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | StableFunctionMap.h | 120 void insert(std::unique_ptr<StableFunctionEntry> FuncEntry) { in insert() 122 HashToFuncs[FuncEntry->Hash].emplace_back(std::move(FuncEntry)); in insert()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 63 FuncEntry(thr, (uptr)®istered_tags[tag]); in PushTag() 75 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
|
| H A D | tsan_interface.inc | 168 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
|
| H A D | tsan_interface_ann.cpp | 34 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_interface_atomic.cpp | 890 FuncEntry(thr, cpc); in AtomicGo() 901 FuncEntry(thr, cpc); in AtomicGoRet()
|
| H A D | tsan_interceptors_posix.cpp | 300 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor() 436 FuncEntry(thr, ctx->pc); in at_exit_callback_installed_at() 446 FuncEntry(thr, ctx->pc); in cxa_at_exit_callback_installed_at() 512 FuncEntry(thr, ctx->pc); in on_exit_callback_installed_at()
|
| H A D | tsan_rtl.h | 783 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_rtl_access.cpp | 97 FuncEntry(thr, pc); in TraceRestartFuncEntry()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 175 FuncEntry(thr, callpc); in __tsan_read_pc() 187 FuncEntry(thr, callpc); in __tsan_write_pc() 202 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 913 MCSymbol *FuncEntry = OutContext.getOrCreateSymbol( in LowerPATCHABLE_FUNCTION_ENTER() local 927 FuncEntry, SystemZ::S_PLT, OutContext))); in LowerPATCHABLE_FUNCTION_ENTER()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1319 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local 1329 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 2202 for (auto &FuncEntry : FuncToCallsWithMetadata) in ModuleCallsiteContextGraph() local 2203 for (auto &Call : FuncEntry.second) in ModuleCallsiteContextGraph()
|