Home
last modified time | relevance | path

Searched refs:BState (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp660 llvm::sort(BState.Initializers); in runBootstrapInitializers()
665 if (auto Err = runSymbolIfExists(*BState.JD, "__run_after_c_init")) in runBootstrapInitializers()
677 for (auto &Initializer : BState.Initializers) in runBootstrapSubsectionInitializers()
828 JDBootstrapState BState; in associateJITDylibHeaderSymbol() local
829 BState.JD = &JD; in associateJITDylibHeaderSymbol()
830 BState.JDName = JD.getName(); in associateJITDylibHeaderSymbol()
831 BState.HeaderAddr = HeaderAddr; in associateJITDylibHeaderSymbol()
832 CP.JDBootstrapStates.emplace(&JD, BState); in associateJITDylibHeaderSymbol()
894 auto &BState = CP.JDBootstrapStates[&JD]; in registerObjectPlatformSectionsInBootstrap() local
895 BState.ObjectSectionsMaps.push_back(std::move(ObjSecs)); in registerObjectPlatformSectionsInBootstrap()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h166 Error runBootstrapInitializers(JDBootstrapState &BState);
167 Error runBootstrapSubsectionInitializers(JDBootstrapState &BState,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp515 const bool BState = State->get<CTUDispatchBifurcation>(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
516 if (!BState) { // This is the first time we see this foreign function. in REGISTER_MAP_WITH_PROGRAMSTATE()
1278 const unsigned *BState = in BifurcateCall() local
1280 if (BState) { in BifurcateCall()
1282 if (*BState == DynamicDispatchModeInlined) in BifurcateCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h265 MachineIRBuilder(const MachineIRBuilderState &BState) : State(BState) {} in MachineIRBuilder() argument