Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp95 std::vector<DIScope *> LexicalBlocks; member
834 if (LexicalBlocks.empty()) in emitLocation()
837 Scope = LexicalBlocks.back(); in emitLocation()
1254 KSDbgInfo.LexicalBlocks.push_back(SP); in codegen()
1291 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
1307 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp95 std::vector<DIScope *> LexicalBlocks; member
834 if (LexicalBlocks.empty()) in emitLocation()
837 Scope = LexicalBlocks.back(); in emitLocation()
1254 KSDbgInfo.LexicalBlocks.push_back(SP); in codegen()
1291 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
1307 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
/external/llvm/docs/tutorial/
DLangImpl09.rst338 if (LexicalBlocks.empty())
341 Scope = LexicalBlocks.back();
354 std::vector<DIScope *> LexicalBlocks;
375 KSDbgInfo.LexicalBlocks.push_back(&KSDbgInfo.FnScopeMap[Proto]);
386 KSDbgInfo.LexicalBlocks.pop_back();
399 DIScope *Scope = KSDbgInfo.LexicalBlocks.back();
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
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();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h136 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; member
DCodeViewDebug.cpp2568 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo()