Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3055 auto BlockInsertion = CurFn->LexicalBlocks.try_emplace(DILB); in collectLexicalBlockInfo() local
3056 if (!BlockInsertion.second) in collectLexicalBlockInfo()
3063 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()