Home
last modified time | relevance | path

Searched refs:ParsingState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp562 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState
567 void DWARFDebugLine::ParsingState::resetRowAndSequence(uint64_t Offset) { in resetRowAndSequence()
573 void DWARFDebugLine::ParsingState::appendRowToMatrix() { in appendRowToMatrix()
634 DWARFDebugLine::ParsingState::AddrOpIndexDelta
635 DWARFDebugLine::ParsingState::advanceAddrOpIndex(uint64_t OperationAdvance, in advanceAddrOpIndex()
701 DWARFDebugLine::ParsingState::OpcodeAdvanceResults
702 DWARFDebugLine::ParsingState::advanceForOpcode(uint8_t Opcode, in advanceForOpcode()
732 DWARFDebugLine::ParsingState::SpecialOpcodeDelta
733 DWARFDebugLine::ParsingState::handleSpecialOpcode(uint8_t Opcode, in handleSpecialOpcode()
766 DWARFDebugLine::ParsingState::OpcodeAdvanceResults AddrAdvanceResult = in handleSpecialOpcode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h112 struct ParsingState { struct
129 ParsingState State; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h403 struct ParsingState { struct
404 LLVM_ABI ParsingState(struct LineTable *LT, uint64_t TableOffset,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp413 VerifyDiagnosticConsumer::ParsingState &State, in ParseDirective()
854 VerifyDiagnosticConsumer::ParsingState State = { in findDirectives()