Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h136 PerFunctionState *BlockAddressPFS; variable
146 Slots(Slots), BlockAddressPFS(nullptr) {}
DLLParser.cpp2732 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in ParseValID()
2734 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc); in ParseValID()
2736 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc); in ParseValID()
4614 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in ParseFunctionBody()