Searched defs:getCodeModel (Results 1 – 8 of 8) sorted by relevance
92 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
101 const std::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
233 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
532 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
618 std::optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function