Home
last modified time | relevance | path

Searched defs:readSection (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } in readSection() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp335 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp548 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp915 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp338 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::MipsGNULDBackend