Home
last modified time | relevance | path

Searched refs:setKind (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp145 pInput.context()->getSection(value[index])->setKind( in readSections()
162 (*section)->setKind(LDFileFormat::Debug); in readSections()
164 (*section)->setKind(LDFileFormat::Ignore); in readSections()
172 (*section)->setKind(LDFileFormat::TEXT); in readSections()
174 (*section)->setKind(LDFileFormat::DATA); in readSections()
180 (*section)->setKind(LDFileFormat::Ignore); in readSections()
193 (*section)->setKind(LDFileFormat::Ignore); in readSections()
215 (*section)->setKind(LDFileFormat::Ignore); in readSections()
DGarbageCollection.cpp337 section->setKind(LDFileFormat::Ignore); in stripSections()
352 reloc_sect->setKind(LDFileFormat::Ignore); in stripSections()
DIdenticalCodeFolding.cpp85 sect->setKind(LDFileFormat::Folded); in foldIdenticalCode()
/frameworks/compile/mclinker/include/mcld/MC/
DZOption.h55 void setKind(Kind pKind) { m_Kind = pKind; } in setKind() function
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h118 void setKind(LDFileFormat::Kind pKind) { m_Kind = pKind; } in setKind() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp93 exIdx->setKind(LDFileFormat::Ignore); in create()
DARMLDBackend.cpp498 pSection.setKind(LDFileFormat::Ignore); in mergeSection()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp61 pInputSection.setKind(LDFileFormat::Ignore); in MergeSection()
DObjectLinker.cpp359 (*sect)->setKind(LDFileFormat::Ignore); in mergeSections()
385 (*sect)->setKind(LDFileFormat::Debug); in mergeSections()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp444 z_opt.setKind(mcld::ZOption::CommPageSize); in TranslateArguments()
450 z_opt.setKind(mcld::ZOption::MaxPageSize); in TranslateArguments()