Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h136 PerFunctionState *BlockAddressPFS; variable
167 Slots(Slots), BlockAddressPFS(nullptr) {} in Context()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3547 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
3549 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3551 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
6047 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()