Home
last modified time | relevance | path

Searched refs:BlockAddressPFS (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h140 PerFunctionState *BlockAddressPFS; variable
175 Slots(Slots), BlockAddressPFS(nullptr), in Context()
H A DLLParser.cpp3168 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in ParseValID()
3170 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc); in ParseValID()
3172 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc); in ParseValID()
5451 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in ParseFunctionBody()