Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp103 IO.setContext(&Object); in mapping()
124 IO.setContext(nullptr); in mapping()
147 IO.setContext(&UniversalBinary); in mapping()
155 IO.setContext(nullptr); in mapping()
H A DDWARFYAML.cpp94 IO.setContext(&DWARFCtx); in mapping()
110 IO.setContext(OldContext); in mapping()
H A DXCOFFYAML.cpp349 IO.setContext(&Obj); in mapping()
356 IO.setContext(nullptr); in mapping()
H A DWasmYAML.cpp38 IO.setContext(&Object); in mapping()
42 IO.setContext(nullptr); in mapping()
H A DCOFFYAML.cpp505 IO.setContext(static_cast<void *>(&H)); in mapping()
H A DELFYAML.cpp1905 IO.setContext(&Object); in mapping()
1919 IO.setContext(nullptr); in mapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h520 setContext(Context, CState);
541 setContext(Context, CState);
631 void setContext(SampleContextFrames Context,
1126 void setContext(const SampleContext &FContext) { Context = FContext; }
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp479 FProfile.setContext(Context); in getTopLevelFunctionProfile()
623 Ret.first->second.setContext(Context); in getLeafProfileAndAddTotalSamples()
971 NewProfile.getContext().setContext(NewContext); in convertToProfileMap()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp266 Io.setContext(&Context); in mapping()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
H A DSampleProfReader.cpp358 FProfile.setContext(FContext); in readImpl()
673 FProfile.setContext(*FContext); in readFuncProfile()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp46 void IO::setContext(void *Context) { in setContext() function in IO
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp189 In.setContext(&In); in MIRParserImpl()
/openbsd-src/lib/libexpat/lib/
H A Dxmlparse.c539 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
1045 /* hash functions must be initialized before setContext() is called */ in startParsing()
1052 return setContext(parser, implicitContext); in startParsing()
1502 || ! setContext(parser, context)) { in XML_ExternalEntityParserCreate()
1511 need to call setContext. In addition, one also *must* not call in XML_ExternalEntityParserCreate()
1512 setContext, because this would overwrite existing prefix->binding in XML_ExternalEntityParserCreate()
6698 * terminating NUL character, as part of setContext(). When in getContext()
6704 * If the pool is used between the setContext() and in getContext()
6772 setContext(XML_Parser parser, const XML_Char *context) { in setContext()
6760 setContext(XML_Parser parser, const XML_Char *context) { setContext() function
/openbsd-src/lib/libexpat/
H A DChanges186 #780 Fix NULL pointer dereference in setContext via
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1876 Input.setContext(Style); in parseConfiguration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp981 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; } in setContext() function in __anon7e4ded5b0111::DSAStackTy
4613 DSAStack->setContext(CurContext); in ActOnOpenMPRegionStart()