Searched defs:getCodeModel (Results 1 – 5 of 5) sorted by relevance
92 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
532 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function