HomeSort by relevance Sort by last modified time
    Searched refs:pConfig (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 17 static bool MCLDEmulateHexagonELF(LinkerScript& pScript, LinkerConfig& pConfig)
19 if (!MCLDEmulateELF(pScript, pConfig))
23 pConfig.targets().setEndian(TargetOptions::Little);
24 pConfig.targets().setBitClass(32);
27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic()
    [all...]
HexagonELFMCLinker.cpp 13 HexagonELFMCLinker::HexagonELFMCLinker(LinkerConfig& pConfig,
16 : ELFMCLinker(pConfig, pModule, pFileHandle) {
HexagonELFMCLinker.h 26 HexagonELFMCLinker(LinkerConfig& pConfig,
HexagonELFDynamic.cpp 16 const LinkerConfig& pConfig)
17 : ELFDynamic(pParent, pConfig) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 17 static bool MCLDEmulateAArch64ELF(LinkerScript& pScript, LinkerConfig& pConfig)
19 if (!MCLDEmulateELF(pScript, pConfig))
23 pConfig.targets().setEndian(TargetOptions::Little);
24 pConfig.targets().setBitClass(64);
27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic()
    [all...]
AArch64ELFMCLinker.cpp 16 AArch64ELFMCLinker::AArch64ELFMCLinker(LinkerConfig& pConfig,
19 : ELFMCLinker(pConfig, pModule, pFileHandle) {
AArch64ELFMCLinker.h 24 AArch64ELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 17 static bool MCLDEmulateARMELF(LinkerScript& pScript, LinkerConfig& pConfig)
19 if (!MCLDEmulateELF(pScript, pConfig))
23 pConfig.targets().setEndian(TargetOptions::Little);
24 pConfig.targets().setBitClass(32);
27 pConfig.attribute().constraint().enableWholeArchive();
28 pConfig.attribute().constraint().enableAsNeeded();
29 pConfig.attribute().constraint().setSharedSystem();
32 pConfig.attribute().predefined().unsetWholeArchive();
33 pConfig.attribute().predefined().unsetAsNeeded();
34 pConfig.attribute().predefined().setDynamic()
    [all...]
ARMELFMCLinker.cpp 13 ARMELFMCLinker::ARMELFMCLinker(LinkerConfig& pConfig,
16 : ELFMCLinker(pConfig, pModule, pFileHandle) {
ARMELFMCLinker.h 24 ARMELFMCLinker(LinkerConfig& pConfig,
ARMELFDynamic.cpp 16 const LinkerConfig& pConfig)
17 : ELFDynamic(pParent, pConfig)
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 17 static bool MCLDEmulateX86ELF(LinkerScript& pScript, LinkerConfig& pConfig)
19 if (!MCLDEmulateELF(pScript, pConfig))
23 pConfig.targets().setEndian(TargetOptions::Little);
25 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch();
28 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) {
34 pConfig.targets().setBitClass(bitclass);
37 pConfig.attribute().constraint().enableWholeArchive();
38 pConfig.attribute().constraint().enableAsNeeded();
39 pConfig.attribute().constraint().setSharedSystem();
42 pConfig.attribute().predefined().unsetWholeArchive()
    [all...]
X86ELFMCLinker.cpp 13 X86ELFMCLinker::X86ELFMCLinker(LinkerConfig& pConfig,
16 : ELFMCLinker(pConfig, pModule, pFileHandle) {
X86ELFMCLinker.h 26 X86ELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 17 static bool MCLDEmulateMipsELF(LinkerScript& pScript, LinkerConfig& pConfig)
19 if (!MCLDEmulateELF(pScript, pConfig))
23 pConfig.targets().setEndian(TargetOptions::Little);
25 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch();
28 pConfig.targets().setBitClass(bitclass);
31 pConfig.attribute().constraint().enableWholeArchive();
32 pConfig.attribute().constraint().enableAsNeeded();
33 pConfig.attribute().constraint().setSharedSystem();
36 pConfig.attribute().predefined().unsetWholeArchive();
37 pConfig.attribute().predefined().unsetAsNeeded()
    [all...]
MipsELFMCLinker.cpp 13 MipsELFMCLinker::MipsELFMCLinker(LinkerConfig& pConfig,
16 : ELFMCLinker(pConfig, pModule, pFileHandle) {
MipsELFMCLinker.h 24 MipsELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/
ELFMCLinker.cpp 16 ELFMCLinker::ELFMCLinker(LinkerConfig& pConfig,
19 : MCLinker(pConfig, pModule, pFileHandle) {
TargetLDBackend.cpp 14 TargetLDBackend::TargetLDBackend(const LinkerConfig& pConfig)
15 : m_Config(pConfig) {
  /frameworks/compile/mclinker/include/mcld/Target/
ELFEmulation.h 17 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 75 LVCS_BypassMix_t *pConfig = (LVCS_BypassMix_t *)&pInstance->BypassMix;
107 pConfig->Mixer_Instance.MixerStream[0].CallbackParam = 0;
108 pConfig->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL;
109 pConfig->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL;
110 pConfig->Mixer_Instance.MixerStream[0].CallbackSet=1;
111 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
112 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
113 LVC_Mixer_VarSlope_SetTimeConstant(&pConfig->Mixer_Instance.MixerStream[0],LVCS_BYPASS_MIXER_TC,pParams->SampleRate,2);
119 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
120 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current)
    [all...]
LVCS_ReverbGenerator.c 68 LVCS_ReverbGenerator_t *pConfig = (LVCS_ReverbGenerator_t *)&pInstance->Reverberation;
88 pConfig->DelaySize = (LVM_INT16)(2 * Delay);
89 pConfig->DelayOffset = 0;
91 (LVM_INT16 *)&pConfig->StereoSamples[0], /* Destination */
92 (LVM_UINT16)(sizeof(pConfig->StereoSamples)/sizeof(LVM_INT16))); /* Number of words */
119 pConfig->pBiquadCallBack = BQ_2I_D16F16C14_TRC_WRA_01;
122 pConfig->pBiquadCallBack = BQ_2I_D16F16C15_TRC_WRA_01;
130 pConfig->ProcGain = (LVM_UINT16)(HEADPHONEGAINPROC);
131 pConfig->UnprocGain = (LVM_UINT16)(HEADPHONEGAINUNPROC);
138 pConfig->ReverbLevel=(LVM_INT16)(ReverbPercentage>>8); // Reverb Level in Q 15 forma
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 35 virtual bool readArchive(const LinkerConfig& pConfig, Archive& pArchive) = 0;
TextDiagnosticPrinter.h 25 TextDiagnosticPrinter(llvm::raw_ostream& pOStream, const LinkerConfig& pConfig);
34 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 19 InputFactory::InputFactory(size_t pNum, const LinkerConfig& pConfig)
22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined());
24 pConfig.attribute().predefined(),
25 pConfig.attribute().constraint());

Completed in 2618 milliseconds

1 2 3 4 5 6 7 8