Home
last modified time | relevance | path

Searched defs:getSectionData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h133 const SectionData* getSectionData() const { return m_Data.sect_data; } in getSectionData() function
134 SectionData* getSectionData() { return m_Data.sect_data; } in getSectionData() function
DEhFrame.h181 const SectionData* getSectionData() const { return m_pSectionData; } in getSectionData() function
182 SectionData* getSectionData() { return m_pSectionData; } in getSectionData() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.h286 llvm::StringRef getSectionData() const { in getSectionData() function