Home
last modified time | relevance | path

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

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