Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h168 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; member
H A DCodeViewDebug.cpp3041 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()