Home
last modified time | relevance | path

Searched refs:DILineInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/
DDIContext.h32 struct DILineInfo { struct
38 DILineInfo() in DILineInfo() argument
41 bool operator==(const DILineInfo &RHS) const {
45 bool operator!=(const DILineInfo &RHS) const {
50 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable;
54 SmallVector<DILineInfo, 4> Frames;
57 DILineInfo getFrame(unsigned Index) const { in getFrame()
64 void addFrame(const DILineInfo &Frame) { in addFrame()
131 virtual DILineInfo getLineInfoForAddress(uint64_t Address,
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp112 DILineInfo ModuleInfo::symbolizeCode( in symbolizeCode()
114 DILineInfo LineInfo; in symbolizeCode()
140 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
146 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeInlinedCode()
174 return printDILineInfo(DILineInfo()); in symbolizeCode()
182 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeCode()
187 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); in symbolizeCode()
398 std::string LLVMSymbolizer::printDILineInfo(DILineInfo LineInfo) const { in printDILineInfo()
DLLVMSymbolize.h74 std::string printDILineInfo(DILineInfo LineInfo) const;
95 DILineInfo symbolizeCode(uint64_t ModuleOffset,
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp452 DILineInfo &Result) { in getFileLineInfoForCompileUnit()
490 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
492 DILineInfo Result; in getLineInfoForAddress()
519 DILineInfo Result; in getLineInfoForAddressRange()
535 DILineInfo Result; in getLineInfoForAddressRange()
563 DILineInfo Frame; in getInliningInfoForAddress()
576 DILineInfo Frame; in getInliningInfoForAddress()
DDWARFContext.h165 DILineInfo getLineInfoForAddress(uint64_t Address,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp390 DILineInfo lastLine; in DisassembleInputMachO2()
422 DILineInfo dli = in DisassembleInputMachO2()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp85 DILineInfo Line) { in DILineInfoToIntelJITFormat()