| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | ArchiveYAML.cpp | 21 IO.setContext(&A); in mapping() 26 IO.setContext(nullptr); in mapping()
|
| H A D | OffloadYAML.cpp | 49 IO.setContext(&O); in mapping() 56 IO.setContext(nullptr); in mapping()
|
| H A D | MachOYAML.cpp | 103 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 D | DWARFYAML.cpp | 94 IO.setContext(&DWARFCtx); in mapping() 110 IO.setContext(OldContext); in mapping()
|
| H A D | XCOFFYAML.cpp | 349 IO.setContext(&Obj); in mapping() 356 IO.setContext(nullptr); in mapping()
|
| H A D | WasmYAML.cpp | 38 IO.setContext(&Object); in mapping() 42 IO.setContext(nullptr); in mapping()
|
| H A D | COFFYAML.cpp | 505 IO.setContext(static_cast<void *>(&H)); in mapping()
|
| H A D | ELFYAML.cpp | 1905 IO.setContext(&Object); in mapping() 1919 IO.setContext(nullptr); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 520 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 D | ProfileGenerator.cpp | 479 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 D | BenchmarkResult.cpp | 266 Io.setContext(&Context); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
|
| H A D | SampleProfReader.cpp | 358 FProfile.setContext(FContext); in readImpl() 673 FProfile.setContext(*FContext); in readFuncProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 46 void IO::setContext(void *Context) { in setContext() function in IO
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 189 In.setContext(&In); in MIRParserImpl()
|
| /openbsd-src/lib/libexpat/lib/ |
| H A D | xmlparse.c | 539 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 D | Changes | 186 #780 Fix NULL pointer dereference in setContext via
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 1876 Input.setContext(Style); in parseConfiguration()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 981 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; } in setContext() function in __anon7e4ded5b0111::DSAStackTy 4613 DSAStack->setContext(CurContext); in ActOnOpenMPRegionStart()
|