Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h129 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 DCodeViewDebug.cpp2931 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()