Searched refs:Unhandled (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfWriter.cpp | 138 const ContextNode *Unhandled, in writeContextual() argument 149 for (const auto *P = Unhandled; P; P = P->next()) in writeContextual() 180 std::vector<SerializableFlatProfileRepresentation> Unhandled; member 239 IO.mapOptional("Unhandled", R.Unhandled); in mapping() 279 for (const auto &U : DC.Unhandled) { in createCtxProfFromYAML() 280 SerializableCtxRepresentation Unhandled; in createCtxProfFromYAML() local 281 Unhandled.Guid = U.first; in createCtxProfFromYAML() 282 Unhandled.Counters = U.second; in createCtxProfFromYAML() 283 FirstUnhandled = createNode(Nodes, Unhandled, FirstUnhandled); in createCtxProfFromYAML()
|
| H A D | PGOCtxProfReader.cpp | 100 std::optional<CtxProfFlatProfile> Unhandled; in readProfile() local 112 (!IsRoot || Unhandled.has_value()); in readProfile() 122 Unhandled = CtxProfFlatProfile(); in readProfile() 123 RET_ON_ERR(loadFlatProfileList(*Unhandled)); in readProfile() 166 std::move(Unhandled)); in readProfile() 311 CtxProfFlatProfile Unhandled = {}) { in toYaml() argument 340 if (!Unhandled.empty()) { 343 toYaml(Out, Unhandled);
|
| H A D | InstrProfReader.cpp | 1138 if (Error Unhandled = handleErrors( in getRecords() local 1144 return Unhandled; in getRecords()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | PGOCtxProfReader.h | 103 std::optional<CtxProfFlatProfile> Unhandled{}; 109 std::optional<CtxProfFlatProfile> &&Unhandled = std::nullopt) 111 Unhandled(std::move(Unhandled)) { in GUID() 112 assert(RootEntryCount.has_value() == Unhandled.has_value()); in GUID() 136 const CtxProfFlatProfile &getUnhandled() const { return Unhandled.value(); } in getUnhandled()
|
| H A D | PGOCtxProfWriter.h | 99 const ctx_profile::ContextNode *Unhandled,
|
| H A D | CtxInstrContextNode.h | 144 const ctx_profile::ContextNode *Unhandled,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrContextNode.h | 144 const ctx_profile::ContextNode *Unhandled,
|
| H A D | CtxInstrProfiling.h | 96 ::__sanitizer::DenseMap<GUID, ContextNode *> Unhandled;
|
| H A D | CtxInstrProfiling.cpp | 343 auto [Iter, Ins] = CtxRoot->Unhandled.insert({Guid, nullptr}); in getUnhandledContext()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
| H A D | CtxInstrProfilingTest.cpp | 243 void writeContextual(const ContextNode &Node, const ContextNode *Unhandled, in TEST_F() argument
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_STORE_CTX_get_error.pod | 278 Unhandled critical extension. 286 Unhandled critical CRL extension.
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-n900.dts | 17 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4508 llvm_unreachable("Unhandled LoopHint option.");
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 3660 Unhandled Exception.
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 7620 where an inadvertent "Unhandled deferred opcode" message could be
|