Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h121 PerFunctionState *BlockAddressPFS; variable
152 Slots(Slots), BlockAddressPFS(nullptr) {} in Context()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3236 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
3238 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3240 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
5748 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()