| /llvm-project-15.0.7/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 | 102 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 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 | 503 IO.setContext(static_cast<void *>(&H)); in mapping()
|
| H A D | ELFYAML.cpp | 1890 IO.setContext(&Object); in mapping() 1904 IO.setContext(nullptr); in mapping()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 1507 int setContext(int DeviceId) { in setContext() function in __anondfa3b3cd0111::DeviceRTLTy 1605 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_load_binary() 1615 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_alloc() 1641 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_submit_async() 1667 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_retrieve_async() 1680 if (DeviceRTL.setContext(SrcDevId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_exchange_async() 1705 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_delete() 1735 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_run_target_team_region_async() 1793 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_create_event() 1828 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_destroy_event() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 512 setContext(Context, CState); 533 setContext(Context, CState); 623 void setContext(SampleContextFrames Context, 1114 void setContext(const SampleContext &FContext) { Context = FContext; }
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 473 FProfile.setContext(Context); in getTopLevelFunctionProfile() 618 Ret.first->second.setContext(Context); in getLeafProfileAndAddTotalSamples() 955 NewProfile.getContext().setContext(NewContext); in convertToProfileMap()
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | LibcTest.cpp | 178 T->setContext(&Ctx); in runTests()
|
| H A D | LibcTest.h | 66 void setContext(RunContext *C) { Ctx = C; } in setContext() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 288 Io.setContext(&Context); in mapping()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
|
| H A D | SampleProfReader.cpp | 284 FProfile.setContext(FContext); in readImpl() 599 FProfile.setContext(*FContext); in readFuncProfile()
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 252 S.setContext(NewContext); in importContext()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 46 void IO::setContext(void *Context) { in setContext() function in IO
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 2441 void setContext(isl::set NewContext);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 189 In.setContext(&In); in MIRParserImpl()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 1437 scop->setContext(newContext); in addUserAssumptions() 2681 scop->setContext(newContext); in addUserContext()
|
| H A D | ScopInfo.cpp | 1353 void Scop::setContext(isl::set NewContext) { in setContext() function in Scop
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 1738 Input.setContext(Style); in parseConfiguration()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 967 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; } in setContext() function in __anon296aa5740111::DSAStackTy 4557 DSAStack->setContext(CurContext); in ActOnOpenMPRegionStart()
|