Searched defs:getCodeModel (Results 1 – 7 of 7) sorted by relevance
99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
205 CodeModel::Model PPCSubtarget::getCodeModel(const TargetMachine &TM, in getCodeModel() function in PPCSubtarget
477 static CodeModel::Model getCodeModel(const PPCSubtarget &S, in getCodeModel() function
533 static CodeModel::Model getCodeModel(const PPCSubtarget &Subtarget, in getCodeModel() function
232 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
293 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function
635 std::optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module