Searched refs:LexicalBlock (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 126 struct LexicalBlock { struct 129 SmallVector<LexicalBlock *, 1> Children; argument 153 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; argument 156 SmallVector<LexicalBlock *, 1> ChildBlocks; 369 SmallVectorImpl<LexicalBlock *> &Blocks, 373 SmallVectorImpl<LexicalBlock *> &ParentBlocks, 389 void emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, 393 void emitLexicalBlock(const LexicalBlock &Block, const FunctionInfo& FI);
|
| H A D | CodeViewDebug.cpp | 2898 void CodeViewDebug::emitLexicalBlockList(ArrayRef<LexicalBlock *> Blocks, in emitLexicalBlockList() 2900 for (LexicalBlock *Block : Blocks) in emitLexicalBlockList() 2906 void CodeViewDebug::emitLexicalBlock(const LexicalBlock &Block, in emitLexicalBlock() 2938 SmallVectorImpl<LexicalBlock *> &Blocks, in collectLexicalBlockInfo() 2949 SmallVectorImpl<LexicalBlock *> &ParentBlocks, in collectLexicalBlockInfo() 3008 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo() 3016 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 520 =LexicalBlock: A lexical block.
|