Searched refs:LexicalBlock (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 129 struct LexicalBlock { struct 132 SmallVector<LexicalBlock *, 1> Children; argument 168 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; 171 SmallVector<LexicalBlock *, 1> ChildBlocks; 390 SmallVectorImpl<LexicalBlock *> &Blocks, 394 SmallVectorImpl<LexicalBlock *> &ParentBlocks, 410 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, 414 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
|
| H A D | CodeViewDebug.cpp | 2931 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList() 2933 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList() 2939 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock() 2971 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo() 2982 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo() 3041 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo() 3049 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()
|