Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h133 void setCodeSize(uint32_t Size);
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize() function in DebugLinesSubsection
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp416 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection()