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