reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMTargetMachine.cpp
  213     : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,
  214                         CPU, FS, Options, getEffectiveRelocModel(TT, RM),
  216       TargetABI(computeTargetABI(TT, CPU, Options)),
  220   if (Options.FloatABIType == FloatABI::Default) {
  228   if (Options.EABIVersion == EABI::Default ||
  229       Options.EABIVersion == EABI::Unknown) {