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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 118 struct LexicalBlock {
121 SmallVector<LexicalBlock *, 1> Children;
145 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;
148 SmallVector<LexicalBlock *, 1> ChildBlocks;
350 SmallVectorImpl<LexicalBlock *> &Blocks,
354 SmallVectorImpl<LexicalBlock *> &ParentBlocks,
370 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks,
374 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
CodeViewDebug.cpp 2758 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks,
2760 for (LexicalBlock *Block : Blocks)
2766 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block,
2798 SmallVectorImpl<LexicalBlock *> &Blocks,
2809 SmallVectorImpl<LexicalBlock *> &ParentBlocks,
2868 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()});
2876 LexicalBlock &Block = BlockInsertion.first->second;

Completed in 47 milliseconds