Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h148 PerFunctionState *BlockAddressPFS; variable
188 BlockAddressPFS(nullptr) {} in Context()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3835 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
3837 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3839 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
6319 SaveAndRestore ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()