Home
last modified time | relevance | path

Searched defs:BState (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp648 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers()
663 Error COFFPlatform::runBootstrapSubsectionInitializers(JDBootstrapState &BState, in runBootstrapSubsectionInitializers()
817 JDBootstrapState BState; in associateJITDylibHeaderSymbol() local
883 auto &BState = CP.JDBootstrapStates[&JD]; in registerObjectPlatformSectionsInBootstrap() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp517 const bool BState = State->get<CTUDispatchBifurcation>(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
1280 const unsigned *BState = in BifurcateCall() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h265 MachineIRBuilder(const MachineIRBuilderState &BState) : State(BState) {} in MachineIRBuilder()