Home
last modified time | relevance | path

Searched refs:LocSectionOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp503 if (!LocSectionOffset && DwarfVersion < 5) { in init()
506 LocSectionOffset += 16; in init()
510 uint32_t DebugLocWriter::LocSectionOffset = 0; member in llvm::bolt::DebugLocWriter
521 const uint32_t EntryOffset = LocSectionOffset; in addList()
532 LocSectionOffset += 2 * 8 + 2 + Entry.Expr.size(); in addList()
535 LocSectionOffset += 16; in addList()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h522 static uint32_t LocSectionOffset; variable