Home
last modified time | relevance | path

Searched refs:codeGenType (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp53 assert(LinkerConfig::DynObj == m_Config.codeGenType() || in X86PLT()
54 LinkerConfig::Exec == m_Config.codeGenType() || in X86PLT()
55 LinkerConfig::Binary == m_Config.codeGenType()); in X86PLT()
58 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in X86PLT()
115 if (LinkerConfig::DynObj == m_Config.codeGenType()) in create()
175 if (LinkerConfig::Exec == m_Config.codeGenType()) in applyPLT1()
DX86LDBackend.cpp89 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout()
255 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols()
347 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections()
457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
614 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections()
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
DX86Relocator.cpp165 if (LinkerConfig::Object == config().codeGenType()) in scanRelocation()
442 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
492 if (LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()
620 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
696 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
744 if (LinkerConfig::DynObj == config().codeGenType()) { in scanGlobalReloc()
1280 return (config().codeGenType() == LinkerConfig::DynObj) && in mayHaveFunctionPointerAccess()
1284 return (config().codeGenType() == LinkerConfig::DynObj) || in mayHaveFunctionPointerAccess()
1467 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp121 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj; in writeObject()
122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject()
123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary; in writeObject()
124 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; in writeObject()
226 switch (pConfig.codeGenType()) { in writeELFHeader()
237 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() in writeELFHeader()
245 if (LinkerConfig::Object != pConfig.codeGenType()) in writeELFHeader()
267 LinkerConfig::Object != pConfig.codeGenType() && in getEntryPoint()
268 LinkerConfig::DynObj != pConfig.codeGenType()); in getEntryPoint()
499 if (LinkerConfig::DynObj == pConfig.codeGenType() || in emitRel()
[all …]
DGarbageCollection.cpp204 if (LinkerConfig::DynObj == m_Config.codeGenType() || in getEntrySections()
229 if (LinkerConfig::Exec == m_Config.codeGenType() || in getEntrySections()
DDiagnosticInfos.cpp134 switch (m_Config.codeGenType()) { in process()
DResolveInfo.cpp226 if (LinkerConfig::Object != pConfig.codeGenType() && in shouldForceLocal()
DELFObjectReader.cpp228 if ((m_Config.codeGenType() != LinkerConfig::Object) && in readSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp131 if (LinkerConfig::Binary == config().codeGenType()) in sectionStartOffset()
182 switch (config().codeGenType()) { in initStdSections()
206 fatal(diag::unrecognized_output_file) << config().codeGenType(); in initStdSections()
214 if (LinkerConfig::Object == config().codeGenType()) in initStandardSymbols()
491 if (LinkerConfig::Object == config().codeGenType()) in finalizeStandardSymbols()
663 switch (config().codeGenType()) { in getOutputFormat()
675 fatal(diag::unrecognized_output_file) << config().codeGenType(); in getOutputFormat()
681 switch (config().codeGenType()) { in getOutputFormat()
693 fatal(diag::unrecognized_output_file) << config().codeGenType(); in getOutputFormat()
759 switch (config().codeGenType()) { in sizeNamePools()
[all …]
DELFDynamic.cpp92 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in reserveEntries()
166 (LinkerConfig::DynObj == m_Config.codeGenType())) in reserveEntries()
180 ((LinkerConfig::DynObj == m_Config.codeGenType()) && in reserveEntries()
194 if (LinkerConfig::DynObj == m_Config.codeGenType() && in applyEntries()
264 LinkerConfig::DynObj == m_Config.codeGenType()) in applyEntries()
278 (LinkerConfig::DynObj == m_Config.codeGenType())) in applyEntries()
300 if (LinkerConfig::DynObj == m_Config.codeGenType()) { in applyEntries()
DELFEmulation.cpp74 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateELF()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp39 assert(LinkerConfig::DynObj == pConfig.codeGenType() || in HexagonPLT()
40 LinkerConfig::Exec == pConfig.codeGenType() || in HexagonPLT()
41 LinkerConfig::Binary == pConfig.codeGenType()); in HexagonPLT()
DHexagonLDBackend.cpp91 if ((LinkerConfig::Object != config().codeGenType()) && in doPreLayout()
115 if (LinkerConfig::Object == config().codeGenType()) in doPreLayout()
145 if ((LinkerConfig::Object != config().codeGenType()) && in emitSectionData()
293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
377 if (LinkerConfig::Object != config().codeGenType()) { in getTargetSectionOrder()
405 if ((LinkerConfig::Object != config().codeGenType()) && in initTargetSections()
475 if (config().codeGenType() == LinkerConfig::Object) in initTargetSymbols()
663 if (config().codeGenType() == LinkerConfig::Object) in finalizeTargetSymbols()
DHexagonRelocator.cpp200 if (LinkerConfig::Object == config().codeGenType()) in scanRelocation()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp90 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections()
129 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols()
190 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout()
194 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
201 if (LinkerConfig::DynObj == config().codeGenType() || in doPreLayout()
249 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
DAArch64Emulation.cpp38 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateAArch64ELF()
DAArch64Relocator.cpp274 LinkerConfig::DynObj != config().codeGenType()) { in scanGlobalReloc()
417 return (config().codeGenType() == LinkerConfig::DynObj); in mayHaveFunctionPointerAccess()
421 return ((config().codeGenType() == LinkerConfig::DynObj) && in mayHaveFunctionPointerAccess()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() || in normalize()
149 if (LinkerConfig::Exec == m_pConfig->codeGenType()) { in normalize()
260 switch (m_pConfig->codeGenType()) { in emit()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp265 if (m_Config.codeGenType() == LinkerConfig::Object) { in dataStrippingOpt()
384 if (LinkerConfig::Object == m_Config.codeGenType()) in mergeSections()
607 if (LinkerConfig::Object != m_Config.codeGenType()) { in scanRelocations()
637 if (LinkerConfig::Object != m_Config.codeGenType() || in allocateCommonSymbols()
652 m_Config.codeGenType() == LinkerConfig::Object); in prelayout()
659 (LinkerConfig::Exec == m_Config.codeGenType() || in prelayout()
685 if (LinkerConfig::Object != m_Config.codeGenType()) { in prelayout()
781 if (LinkerConfig::Object == m_Config.codeGenType()) in relocation()
856 if (LinkerConfig::Object != m_Config.codeGenType()) in postProcessing()
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h72 CodeGenType codeGenType() const { return m_CodeGenType; } in codeGenType() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp37 pConfig.codeGenType() != LinkerConfig::Object) { in MCLDEmulateARMELF()
DARMLDBackend.cpp174 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSections()
200 if (LinkerConfig::Object != config().codeGenType()) { in initTargetSymbols()
293 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout()
294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
341 if (LinkerConfig::DynObj == config().codeGenType()) in doPostLayout()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp79 if (LinkerConfig::Exec != m_pConfig.codeGenType()) in getBaseAddress()
DMipsLDBackend.cpp98 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections()
190 if (LinkerConfig::Object != config().codeGenType()) { in doPreLayout()
191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
1263 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections()
1308 if (LinkerConfig::Object == config().codeGenType()) in initTargetSections()
DMipsRelocator.cpp223 if (LinkerConfig::Object != config().codeGenType()) in initializeScan()
229 if (LinkerConfig::Object != config().codeGenType()) in finalizeScan()
255 if (pReloc.isFirst() && LinkerConfig::DynObj == config().codeGenType()) { in scanLocalReloc()

12