Home
last modified time | relevance | path

Searched refs:setSection (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h94 void setSection(LDSection* pSection) { m_pSection = pSection; } in setSection() function
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp292 output->setSection(pSection); in insert()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2241 NewGV->setSection(Section); in ParseModule()
2280 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2508 NewGV->setSection(Section); in ParseModule()
2547 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2383 (*out)->setSection(*it); in placeOutputSections()