Searched refs:predefined (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFSectLinker.cpp25 // set up the predefined attributes
26 info.attrFactory().predefined().setWholeArchive();
27 info.attrFactory().predefined().setDynamic();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.cpp25 // set up the predefined attributes
26 info.attrFactory().predefined().setWholeArchive();
27 info.attrFactory().predefined().setDynamic();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFSectLinker.cpp25 // set up the predefined attributes
26 info.attrFactory().predefined().setWholeArchive();
27 info.attrFactory().predefined().setDynamic();
/frameworks/compile/libbcc/lib/Support/
H A DTargetLinkerConfigs.cpp41 // set up the predefined attributes
42 getLDInfo()->attrFactory().predefined().setWholeArchive();
43 getLDInfo()->attrFactory().predefined().setDynamic();
68 // set up the predefined attributes
69 getLDInfo()->attrFactory().predefined().setWholeArchive();
70 getLDInfo()->attrFactory().predefined().setDynamic();
94 // set up the predefined attributes
95 getLDInfo()->attrFactory().predefined().setWholeArchive();
96 getLDInfo()->attrFactory().predefined().setDynamic();
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DTargetLinkerConfigs.cpp34 // set up the predefined attributes
35 getLDInfo()->attrFactory().predefined().setWholeArchive();
36 getLDInfo()->attrFactory().predefined().setDynamic();
61 // set up the predefined attributes
62 getLDInfo()->attrFactory().predefined().setWholeArchive();
63 getLDInfo()->attrFactory().predefined().setDynamic();
87 // set up the predefined attributes
88 getLDInfo()->attrFactory().predefined().setWholeArchive();
89 getLDInfo()->attrFactory().predefined().setDynamic();
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h44 // predefined - return the predefined attribute
45 Attribute& predefined();
46 const Attribute& predefined() const;
/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp46 Attribute &AttributeFactory::predefined() function in class:AttributeFactory
51 const Attribute &AttributeFactory::predefined() const function in class:AttributeFactory
/frameworks/compile/mclinker/unittests/
H A DTestLinkerTest.cpp42 // set up the predefined attributes
43 m_pLinker->config()->attrFactory().predefined().setWholeArchive();
44 m_pLinker->config()->attrFactory().predefined().setDynamic();
H A DReadStageTest.cpp48 // set up the predefined attributes
49 m_pLinker->config()->attrFactory().predefined().setWholeArchive();
50 m_pLinker->config()->attrFactory().predefined().setDynamic();

Completed in 115 milliseconds