Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp659 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers() argument
674 Error COFFPlatform::runBootstrapSubsectionInitializers(JDBootstrapState &BState, in runBootstrapSubsectionInitializers() argument
828 JDBootstrapState BState; in associateJITDylibHeaderSymbol() local
894 auto &BState = CP.JDBootstrapStates[&JD]; registerObjectPlatformSectionsInBootstrap() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp515 const bool BState = State->get<CTUDispatchBifurcation>(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
1279 const unsigned *BState = in BifurcateCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h268 MachineIRBuilder(const MachineIRBuilderState &BState) : State(BState) {} in MachineIRBuilder()