Home
last modified time | relevance | path

Searched refs:setContext (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveYAML.cpp21 IO.setContext(&A); in mapping()
26 IO.setContext(nullptr); in mapping()
H A DOffloadYAML.cpp49 IO.setContext(&O); in mapping()
56 IO.setContext(nullptr); in mapping()
H A DMachOYAML.cpp102 IO.setContext(&Object); in mapping()
123 IO.setContext(nullptr); in mapping()
146 IO.setContext(&UniversalBinary); in mapping()
154 IO.setContext(nullptr); in mapping()
H A DDWARFYAML.cpp94 IO.setContext(&DWARFCtx); in mapping()
111 IO.setContext(OldContext); in mapping()
H A DXCOFFYAML.cpp394 IO.setContext(&Obj); in mapping()
401 IO.setContext(nullptr); in mapping()
H A DWasmYAML.cpp39 IO.setContext(&Object); in mapping()
43 IO.setContext(nullptr); in mapping()
H A DDXContainerYAML.cpp320 IO.setContext(&Version); in mapping()
323 auto RestoreContext = make_scope_exit([&]() { IO.setContext(OldContext); }); in mapping()
H A DCOFFYAML.cpp528 IO.setContext(static_cast<void *>(&H)); in mapping()
H A DELFYAML.cpp2004 IO.setContext(&Object); in mapping()
2018 IO.setContext(nullptr); in mapping()
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp303 pElem->setContext(m_PeContext); in decodePacket()
310 pElem->setContext(m_PeContext); in decodePacket()
442 pElem->setContext(m_PeContext); in processISync()
525 pElem->setContext(m_PeContext); in processBranchAddr()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp279 m_output_elem.setContext(m_pe_context); in decodePacket()
296 m_output_elem.setContext(m_pe_context); in decodePacket()
378 m_output_elem.setContext(m_pe_context); in processIsync()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp82 Out.setContext(&Header); in dump()
84 Out.setContext(nullptr); in dump()
H A DPdbYaml.cpp163 IO.setContext(&Obj.FakeHeader); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h551 setContext(Context, CState);
572 setContext(Context, CState);
664 void setContext(SampleContextFrames Context,
1206 void setContext(const SampleContext &FContext) { Context = FContext; }
1332 Ret.first->second.setContext(Ctx);
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h63 void setContext(const ocsd_pe_context &new_context) { context = new_context; }; in setContext() function
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp98 pElem->setContext(context); in createContextElem()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h190 void setContext(const etmv4_context_t &ctxt) { m_context = ctxt; }; in setContext() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp45 void IO::setContext(void *Context) { in setContext() function in IO
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp208 In.setContext(&In); in MIRParserImpl()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c562 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
1207 return setContext(parser, implicitContext); in startParsing()
1772 || ! setContext(parser, context)) {
7357 setContext(XML_Parser parser, const XML_Char *context) { function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp693 FProfile.setContext(FContext); in readFuncProfile()
/freebsd/contrib/expat/
H A DChanges136 #1163 CVE-2026-32778 -- Fix NULL dereference in function setContext
651 #780 Fix NULL pointer dereference in setContext via
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2130 Input.setContext(Style); in parseConfiguration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp989 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; } in setContext() function in __anon1dd12e440111::DSAStackTy
4415 DSAStack->setContext(SemaRef.CurContext); in ActOnOpenMPRegionStart()