Home
last modified time | relevance | path

Searched defs:LexicalBlock (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h111 struct LexicalBlock { struct
113 SmallVector<LexicalBlock *, 1> Children; argument
136 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; argument
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp116 LexicalBlock, enumerator
279 struct LexicalBlock : ObjectImpl<LexicalBlock, Scope, Object::Kind::LexicalBlock> struct
281 uint32_t line = 0;
282 uint32_t column = 0;
283 Scope *parent = nullptr;
284 std::string name;
285 Function *function = nullptr;