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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h136 PerFunctionState *BlockAddressPFS; member in class:llvm::LLParser
167 Slots(Slots), BlockAddressPFS(nullptr) {}
H A DLLParser.cpp3373 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) {
3375 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc);
3377 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc);
5715 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS);

Completed in 220 milliseconds