Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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;
348 SmallVectorImpl<LexicalBlock *> &Blocks,
352 SmallVectorImpl<LexicalBlock *> &ParentBlocks,
368 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks,
372 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
H A DCodeViewDebug.cpp2642 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList()
2644 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList()
2650 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock()
2682 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo()
2693 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo()
2752 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()
2760 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()