Home
last modified time | relevance | path

Searched refs:DebugLineTableRowRef (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h112 struct DebugLineTableRowRef { struct
116 const static DebugLineTableRowRef NULL_ROW; argument
118 bool operator==(const DebugLineTableRowRef &Rhs) const {
123 bool operator!=(const DebugLineTableRowRef &Rhs) const {
127 static DebugLineTableRowRef fromSMLoc(const SMLoc &Loc) { in fromSMLoc() argument
130 DebugLineTableRowRef Ref; in fromSMLoc()
139 DebugLineTableRowRef Ref; in toSMLoc() argument
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp638 DebugLineTableRowRef RowReference = DebugLineTableRowRef::fromSMLoc(NewLoc); in emitLineInfo()
641 if (RowReference == DebugLineTableRowRef::NULL_ROW || in emitLineInfo()
H A DBinaryContext.cpp1803 DebugLineTableRowRef RowRef = in printDebugInfo()
1804 DebugLineTableRowRef::fromSMLoc(Instruction.getLoc()); in printDebugInfo()
1805 if (RowRef == DebugLineTableRowRef::NULL_ROW) in printDebugInfo()
H A DDebugData.cpp90 const DebugLineTableRowRef DebugLineTableRowRef::NULL_ROW{0, 0};
H A DBinaryFunction.cpp186 sizeof(DebugLineTableRowRef) && in findDebugLineInformationForInstructionAt()
189 SMLoc NullResult = DebugLineTableRowRef::NULL_ROW.toSMLoc(); in findDebugLineInformationForInstructionAt()
199 DebugLineTableRowRef *InstructionLocation = in findDebugLineInformationForInstructionAt()
200 reinterpret_cast<DebugLineTableRowRef *>(&Ptr); in findDebugLineInformationForInstructionAt()