Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp95 std::vector<DIScope *> LexicalBlocks; member
847 if (LexicalBlocks.empty()) in emitLocation()
850 Scope = LexicalBlocks.back(); in emitLocation()
1261 KSDbgInfo.LexicalBlocks.push_back(SP); in codegen()
1298 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
1314 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst340 if (LexicalBlocks.empty())
343 Scope = LexicalBlocks.back();
355 std::vector<DIScope *> LexicalBlocks;
362 KSDbgInfo.LexicalBlocks.push_back(SP);
371 KSDbgInfo.LexicalBlocks.pop_back();
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h153 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; member
H A DCodeViewDebug.cpp3008 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()