Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h118 struct LexicalBlock { struct
121 SmallVector<LexicalBlock *, 1> Children; argument
145 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; argument
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);
H A DCodeViewDebug.cpp2758 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList()
2760 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList()
2766 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock()
2798 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo()
2809 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo()
2868 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()
2876 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()