Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h140 PerFunctionState *BlockAddressPFS; variable
180 BlockAddressPFS(nullptr) {} in Context()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp3645 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()
3647 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3649 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
6155 SaveAndRestore ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()