Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h132 PerFunctionState *BlockAddressPFS; variable
164 BlockAddressPFS(nullptr) {} in Context()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3379 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
3381 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3383 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
5871 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()