Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h66 uint32_t EndDelta; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp267 IO.mapRequired("EndDelta", Obj.EndDelta); in mapping()
425 uint32_t LE = L.LineStart + L.EndDelta; in toCodeViewSubsection()
432 uint32_t LE = L.LineStart + L.EndDelta; in toCodeViewSubsection()
606 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()