Home
last modified time | relevance | path

Searched defs:DW_INVALID_OFFSET (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A Ddwarf.h36 #define DW_INVALID_OFFSET (((uint64_t)1u << DW_DIE_OFFSET_MAX_BITSIZE) - 1) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h101 const uint32_t DW_INVALID_OFFSET = UINT32_MAX; variable