Searched refs:LexicalBlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 133 struct LexicalBlock { struct 136 SmallVector<LexicalBlock *, 1> Children; argument 173 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; 176 SmallVector<LexicalBlock *, 1> ChildBlocks; 397 SmallVectorImpl<LexicalBlock *> &Blocks, 401 SmallVectorImpl<LexicalBlock *> &ParentBlocks, 417 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, 421 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
|
| H A D | CodeViewDebug.cpp | 2945 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList() 2947 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList() 2953 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock() 2985 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo() 2996 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo() 3063 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()
|