Home
last modified time | relevance | path

Searched refs:getLineTable (Results 1 – 18 of 18) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DLineTableTest.java57 ReplyPacket reply = getLineTable(classID, methodsInfo[i].getMethodID()); in testLineTableTest001()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h176 const LineTable *getLineTable(uint32_t offset) const;
DDWARFContext.cpp93 if (const DWARFDebugLine::LineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForCompileUnit()
DDWARFDebugLine.cpp109 DWARFDebugLine::getLineTable(uint32_t offset) const { in getLineTable() function in DWARFDebugLine
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java97 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations()
DSingleStepWithLocationTest.java81 ReplyPacket lineTableReply = getLineTable(refTypeID, methodID); in testSingleStepToLocation()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h223 const LineTable *getLineTable(uint32_t offset) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h272 const LineTable *getLineTable(uint32_t Offset) const;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java178 ReplyPacket lineTableReply = getLineTable(classID, methodID); in setBreakpointAtMethodBegin()
2024 public final ReplyPacket getLineTable(long refType, long methodID) { in getLineTable() method in VmMirror
2300 ReplyPacket reply = getLineTable(classID, methodID); in getLineNumber()
2338 ReplyPacket reply = getLineTable(classID, methodID); in getLineCodeIndex()
/external/clang/lib/Basic/
DSourceManager.cpp282 return getLineTable().getLineTableFilenameID(Name); in getLineTableFilenameID()
303 getLineTable().AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID); in AddLineNote()
331 (void) getLineTable(); in AddLineNote()
351 LineTableInfo &SourceManager::getLineTable() { in getLineTable() function in SourceManager
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp226 DWARFDebugLine::getLineTable(uint32_t offset) const { in getLineTable() function in DWARFDebugLine
DDWARFContext.cpp407 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java240 protected ReplyPacket getLineTable(long classID, long methodID) { in getLineTable() method in JDWPTestCase
/external/clang/include/clang/Basic/
DSourceManager.h1404 LineTableInfo &getLineTable();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp462 DWARFDebugLine::getLineTable(uint32_t Offset) const { in getLineTable() function in DWARFDebugLine
DDWARFContext.cpp832 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/external/clang/lib/Serialization/
DASTWriter.cpp2064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
DASTReader.cpp1074 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()