MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / CElfSection

Method CElfSection

external/celf/Src/CElfSection.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280CElfSection::CElfSection()
281 : m_Header(),
282 m_Link(NULL),
283 m_Info(NULL),
284 m_Name(),
285 m_Data()
286{
287}
288
289CElfSection::CElfSection(
290 const CElfSection& other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected