Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h31 struct DILineInfo { struct
42 DILineInfo() : FileName("<invalid>"), FunctionName("<invalid>") {} in DILineInfo() argument
75 using DILineInfoTable = SmallVector<std::pair<uint64_t, DILineInfo>, 16>; argument
/external/llvm/include/llvm/DebugInfo/
DDIContext.h29 struct DILineInfo { struct
35 DILineInfo() in DILineInfo() argument
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DDIContext.h32 DILineInfo() : FileName("<invalid>"), Line(0), Column(0) {} in DILineInfo() function
33 DILineInfo(const char *fileName, uint32_t line, uint32_t column) in DILineInfo() function