Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h127 struct DILocal { struct
128 std::string FunctionName;
129 std::string Name;
130 std::string DeclFile;
131 uint64_t DeclLine = 0;
132 Optional<int64_t> FrameOffset;
133 Optional<uint64_t> Size;
134 Optional<uint64_t> TagOffset;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp132 auto *DILocal = DII->getVariable(); in resolveTopLevelMetadata() local