Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp27 invalidateLength(); in extractAddresses()
49 invalidateLength(); in extractV5()
58 invalidateLength(); in extractV5()
69 invalidateLength(); in extractV5()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h44 void invalidateLength() { Length = 0; } in invalidateLength() function