Home
last modified time | relevance | path

Searched refs:Unhandled (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp138 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 DPGOCtxProfReader.cpp100 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 DInstrProfReader.cpp1138 if (Error Unhandled = handleErrors( in getRecords() local
1144 return Unhandled; in getRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h103 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 DPGOCtxProfWriter.h99 const ctx_profile::ContextNode *Unhandled,
H A DCtxInstrContextNode.h144 const ctx_profile::ContextNode *Unhandled,
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h144 const ctx_profile::ContextNode *Unhandled,
H A DCtxInstrProfiling.h96 ::__sanitizer::DenseMap<GUID, ContextNode *> Unhandled;
H A DCtxInstrProfiling.cpp343 auto [Iter, Ins] = CtxRoot->Unhandled.insert({Guid, nullptr}); in getUnhandledContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp243 void writeContextual(const ContextNode &Node, const ContextNode *Unhandled, in TEST_F() argument
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod278 Unhandled critical extension.
286 Unhandled critical CRL extension.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-n900.dts17 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4508 llvm_unreachable("Unhandled LoopHint option.");
/freebsd/contrib/unbound/doc/
H A DChangelog3660 Unhandled Exception.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt7620 where an inadvertent "Unhandled deferred opcode" message could be