/frameworks/compile/mclinker/include/mcld/LD/ |
IdenticalCodeFolding.h | 60 IdenticalCodeFolding(const LinkerConfig& pConfig,
|
RelocationFactory.h | 36 void setConfig(const LinkerConfig& pConfig);
|
Relocator.h | 36 explicit Relocator(const LinkerConfig& pConfig) : m_Config(pConfig) {}
|
DiagnosticEngine.h | 63 void reset(const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/include/mcld/ |
Linker.h | 36 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/include/mcld/MC/ |
InputFactory.h | 34 InputFactory(size_t pNum, const LinkerConfig& pConfig);
|
InputBuilder.h | 34 explicit InputBuilder(const LinkerConfig& pConfig); 36 InputBuilder(const LinkerConfig& pConfig,
|
/frameworks/compile/libbcc/include/bcc/ |
Compiler.h | 93 Compiler(const CompilerConfig &pConfig); 95 enum ErrorCode config(const CompilerConfig &pConfig);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
ScriptFile.h | 100 const LinkerConfig& pConfig); 106 const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFAttributeData.h | 63 virtual bool merge(const LinkerConfig& pConfig, 70 virtual bool postMerge(const LinkerConfig& pConfig, const Input& pInput) {
|
/frameworks/compile/mclinker/lib/Fragment/ |
Relocation.cpp | 29 void Relocation::SetUp(const LinkerConfig& pConfig) { 30 g_RelocationFactory->setConfig(pConfig);
|
/frameworks/compile/mclinker/lib/LD/ |
DiagnosticInfos.cpp | 98 DiagnosticInfos::DiagnosticInfos(const LinkerConfig& pConfig) 99 : m_Config(pConfig) {
|
ELFBinaryReader.cpp | 27 const LinkerConfig& pConfig) 28 : m_Builder(pBuilder), m_Config(pConfig) {
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LDBackend.h | 33 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo); 76 /// @param pConfig - all options in the command line.
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMELFAttributeData.h | 170 virtual bool merge(const LinkerConfig& pConfig, 175 virtual bool postMerge(const LinkerConfig& pConfig, const Input& pInput);
|
ARMLDBackend.h | 40 ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo); 86 /// @param pConfig - all options in the command line.
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 42 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, 44 : GNULDBackend(pConfig, pInfo), 830 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig, 832 : MipsGNULDBackend(pConfig, pInfo) { 875 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig, 877 : MipsGNULDBackend(pConfig, pInfo) { 920 static TargetLDBackend* createMipsLDBackend(const LinkerConfig& pConfig) { 921 const llvm::Triple& triple = pConfig.targets().triple(); 933 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple)); 936 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple)) [all...] |
/frameworks/compile/mclinker/lib/Target/X86/ |
X86PLT.h | 100 X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size); 140 const LinkerConfig& pConfig); 160 const LinkerConfig& pConfig);
|
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.h | 94 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);
|
EffectDownmix.c | 591 * pConfig pointer to effect_config_t structure containing input 605 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init) { 610 if (pConfig->inputCfg.samplingRate != pConfig->outputCfg.samplingRate 611 || pConfig->outputCfg.channels != DOWNMIX_OUTPUT_CHANNELS 612 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT 613 || pConfig->outputCfg.format != AUDIO_FORMAT_PCM_16_BIT) { 618 if (&pDwmModule->config != pConfig) { 619 memcpy(&pDwmModule->config, pConfig, sizeof(effect_config_t)); 628 if (pConfig->inputCfg.channels == 0) [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 49 static void SetUp(const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MsgHandling.h | 19 void InitializeDiagnosticEngine(const LinkerConfig& pConfig,
|
/frameworks/compile/mclinker/lib/Script/ |
GroupCmd.cpp | 34 const LinkerConfig& pConfig) 40 m_Config(pConfig) {
|
InputCmd.cpp | 43 const LinkerConfig& pConfig) 51 m_Config(pConfig) {
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonPLT.cpp | 37 const LinkerConfig& pConfig) 38 : PLT(pSection), m_GOTPLT(pGOTPLT), m_Config(pConfig) {
|