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

/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h94 void setSection(LDSection* pSection) { m_pSection = pSection; } function in class:mcld::SectionMap::Output
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp292 output->setSection(pSection);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2229 NewGV->setSection(Section);
2268 Func->setSection(SectionTable[Record[6]-1]);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2497 NewGV->setSection(Section);
2536 Func->setSection(SectionTable[Record[6]-1]);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2377 (*out)->setSection(*it);

Completed in 141 milliseconds