Lines Matching refs:getTarget

73   switch (CGM.getTarget().getCXXABI().getKind()) {  in createCXXABI()
894 const TargetInfo &Target = CGM.getTarget(); in getCPUSpecificMangling()
906 else if (CGM.getTarget().supportsIFunc()) in AppendCPUSpecificCPUDispatchMangling()
916 const TargetInfo &Target = CGM.getTarget(); in AppendTargetMangling()
1036 if (!getTarget().getCXXABI().hasConstructorVariants()) { in getMangledName()
1351 if (getTarget().getCXXABI().areMemberFunctionsAligned()) { in SetLLVMFunctionAttributesForDefinition()
1398 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in GetCPUAndFeaturesAttributes()
1420 getTarget().isValidCPUName(ParsedAttr.Architecture)) in GetCPUAndFeaturesAttributes()
1426 Features = getTarget().getTargetOpts().Features; in GetCPUAndFeaturesAttributes()
1695 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder()
1696 bool IsPS4 = CGM.getTarget().getTriple().isPS4(); in addLinkOptionsPostorder()
2528 const TargetInfo &TI = getTarget(); in emitMultiVersionFunctions()
2568 if (getTarget().supportsIFunc()) in emitCPUDispatchDefinition()
2582 const TargetInfo &Target = getTarget(); in emitCPUDispatchDefinition()
2656 if (getTarget().supportsIFunc()) in GetOrCreateMultiVersionResolver()
2671 if (getTarget().supportsIFunc()) { in GetOrCreateMultiVersionResolver()
2904 if (getTarget().getCXXABI().isMicrosoft() && in GetAddrOfFunction()
3369 if (auto AS = getTarget().getConstantAddressSpace()) in getStringLiteralAddressSpace()
3387 if (auto AS = CGM.getTarget().getConstantAddressSpace()) { in castStringLiteralToDefaultAddressSpace()
4948 if (getTarget().getTriple().isOSBinFormatELF() && in EmitTopLevelDecl()
4949 !getTarget().getTriple().isPS4()) in EmitTopLevelDecl()