Searched refs:ContributionHeader (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp167 uint64_t ContributionHeader = Contribution->Base; local
173 ContributionHeader -= Format == DWARF32 ? 8 : 16;
176 if (Offset > ContributionHeader) {
183 if (Offset < ContributionHeader) {
185 OS << (ContributionHeader - Offset) << "\n";
187 OS << format("0x%8.8" PRIx64 ": ", ContributionHeader);

Completed in 173 milliseconds