Searched refs:LocSectionOffset (Results 1 – 2 of 2) sorted by relevance
503 if (!LocSectionOffset && DwarfVersion < 5) { in init()506 LocSectionOffset += 16; in init()510 uint32_t DebugLocWriter::LocSectionOffset = 0; member in llvm::bolt::DebugLocWriter521 const uint32_t EntryOffset = LocSectionOffset; in addList()532 LocSectionOffset += 2 * 8 + 2 + Entry.Expr.size(); in addList()535 LocSectionOffset += 16; in addList()
522 static uint32_t LocSectionOffset; variable