Searched refs:predefined (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonEmulation.cpp | 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateHexagonELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateHexagonELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateHexagonELF()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Emulation.cpp | 32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateAArch64ELF() 33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateAArch64ELF() 34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateAArch64ELF()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMEmulation.cpp | 31 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateARMELF() 32 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateARMELF() 33 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateARMELF()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsEmulation.cpp | 35 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateMipsELF() 36 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateMipsELF() 37 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateMipsELF()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Emulation.cpp | 40 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateX86ELF() 41 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateX86ELF() 42 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateX86ELF()
|
/frameworks/compile/mclinker/include/mcld/ |
D | AttributeOption.h | 20 const Attribute& predefined() const { return m_Predefined; } in predefined() function 21 Attribute& predefined() { return m_Predefined; } in predefined() function
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputFactory.cpp | 22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined()); in InputFactory() 24 pConfig.attribute().predefined(), in InputFactory()
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 59 * When creating Allocations of common elements, you can simply use one of the many predefined
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3758 * of predefined anchors with the bounding box deltas from bounding box 3779 * predefined anchor, with format [ctr_y, ctr_x, h, w], where ctr_y and 3970 * of predefined anchors with the bounding box deltas from bounding box 4001 * predefined anchor, with format [x1, y1, x2, y2]. For input0 of type
|