Searched refs:LexicalBlock (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 125 struct LexicalBlock { struct 128 SmallVector<LexicalBlock *, 1> Children; argument 152 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; argument 155 SmallVector<LexicalBlock *, 1> ChildBlocks; 368 SmallVectorImpl<LexicalBlock *> &Blocks, 372 SmallVectorImpl<LexicalBlock *> &ParentBlocks, 388 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, 392 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
|
| H A D | CodeViewDebug.cpp | 2869 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList() 2871 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList() 2877 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock() 2909 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo() 2920 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo() 2979 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo() 2987 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()
|