HomeSort by: relevance | last modified time | path
    Searched refs:BlockAddressPFS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 136 PerFunctionState *BlockAddressPFS;
167 Slots(Slots), BlockAddressPFS(nullptr) {}
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3547 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) {
3549 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc);
3551 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc);
6047 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS);

Completed in 22 milliseconds