Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst339 if (LexicalBlocks.empty())
342 Scope = LexicalBlocks.back();
354 std::vector<DIScope *> LexicalBlocks;
361 KSDbgInfo.LexicalBlocks.push_back(SP);
370 KSDbgInfo.LexicalBlocks.pop_back();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h145 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; member
H A DCodeViewDebug.cpp2868 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()