Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h65 uint32_t EndDelta; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp269 IO.mapRequired("EndDelta", Obj.EndDelta); in mapping()
427 uint32_t LE = L.LineStart + L.EndDelta; in toCodeViewSubsection()
434 uint32_t LE = L.LineStart + L.EndDelta; in toCodeViewSubsection()
608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()