Home
last modified time | relevance | path

Searched defs:DILocal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h119 struct DILocal { struct
120 std::string FunctionName;
121 std::string Name;
122 std::string DeclFile;
123 uint64_t DeclLine = 0;
124 Optional<int64_t> FrameOffset;
125 Optional<uint64_t> Size;
126 Optional<uint64_t> TagOffset;
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h126 struct DILocal { struct
127 std::string FunctionName;
128 std::string Name;
129 std::string DeclFile;
130 uint64_t DeclLine = 0;
131 Optional<int64_t> FrameOffset;
132 Optional<uint64_t> Size;
133 Optional<uint64_t> TagOffset;
/external/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp132 auto *DILocal = DII->getVariable(); in resolveTopLevelMetadata() local