Lines Matching refs:getVersion
73 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex()
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex()
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry()
126 << format(" version: %u\n", getVersion()); in dump()
127 if (!versionIsSupported(getVersion())) in dump()
129 if (getVersion() >= 5) in dump()
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
148 uint32_t DirBase = getVersion() >= 5 ? 0 : 1; in dump()
158 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump()
358 sizeof(getVersion()) + sizeofPrologueLength(); in getLength()
359 if (getVersion() >= 5) in getLength()
378 if (Cursor && !versionIsSupported(getVersion())) { in parse()
387 PrologueOffset, getVersion()); in parse()
390 if (getVersion() >= 5) { in parse()
419 if (getVersion() >= 4) in parse()
454 getVersion() >= 5 in parse()
642 if (ReportAdvanceAddrProblem && LineTable->Prologue.getVersion() >= 4 && in advanceAddrOpIndex()
1449 if (getVersion() >= 5) { in getFileNameByIndex()
1465 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex()
1499 if (Prologue.getVersion() >= 5) { in getDirectoryForEntry()