Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h132 void setCodeSize(uint32_t Size);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize() function in DebugLinesSubsection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp418 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection()