Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp516 DebugInfoPatcher.addLE32Patch(AttrOffset, DebugLocWriter::EmptyListOffset); in addList()
567 DebugInfoPatcher.addLE32Patch(AttrOffset, DebugLocWriter::EmptyListOffset); in writeLegacyLocList()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h507 static constexpr uint32_t EmptyListOffset = 0; variable