Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h126 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 DCodeViewDebug.cpp2898 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 Dllvm-debuginfo-analyzer.rst520 =LexicalBlock: A lexical block.