Home
last modified time | relevance | path

Searched defs:getSection (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) { in getSection() function in mcld::LDContext
34 const LDSection* LDContext::getSection(unsigned int pIdx) const { in getSection() function in mcld::LDContext
40 LDSection* LDContext::getSection(const std::string& pName) { in getSection() function in mcld::LDContext
49 const LDSection* LDContext::getSection(const std::string& pName) const { in getSection() function in mcld::LDContext
H A DEhFrame.cpp119 const LDSection& EhFrame::getSection() const { in getSection() function in mcld::EhFrame
124 LDSection& EhFrame::getSection() { in getSection() function in mcld::EhFrame
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h52 const LDSection* getSection() const { return m_pSection; } in getSection() function
53 LDSection* getSection() { return m_pSection; } in getSection() function
H A DRelocData.h63 const LDSection& getSection() const { return *m_pSection; } in getSection() function
64 LDSection& getSection() { return *m_pSection; } in getSection() function
H A DSectionData.h54 const LDSection& getSection() const { return *m_pSection; } in getSection() function
55 LDSection& getSection() { return *m_pSection; } in getSection() function
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp38 LDSection* Module::getSection(const std::string& pName) { in getSection() function in mcld::Module
47 const LDSection* Module::getSection(const std::string& pName) const { in getSection() function in mcld::Module
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h44 const LDSection* getSection() const { return m_pSection; } in getSection() function
45 LDSection* getSection() { return m_pSection; } in getSection() function
91 const LDSection* getSection() const { return m_pSection; } in getSection() function
92 LDSection* getSection() { return m_pSection; } in getSection() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java81 @Nullable public NotifSection getSection() { in getSection() method in ListEntry
/aosp12/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java71 private static Section getSection(String name) throws IllegalArgumentException { in getSection() method in IncidentHelper
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp93 const Section* getSection(uint32_t tag) in getSection() function