Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h149 PerFunctionState *BlockAddressPFS; variable
192 BlockAddressPFS(nullptr) {} in Context()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4032 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
4034 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
4036 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
6610 SaveAndRestore ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()