Home
last modified time | relevance | path

Searched refs:setCodeSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugLinesSubsection.h133 void setCodeSize(uint32_t Size);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize() function in DebugLinesSubsection
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp418 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection()