CodeGenModule.cpp 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654
  1. //===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===//
  2. //
  3. // The LLVM Compiler Infrastructure
  4. //
  5. // This file is distributed under the University of Illinois Open Source
  6. // License. See LICENSE.TXT for details.
  7. //
  8. //===----------------------------------------------------------------------===//
  9. //
  10. // This coordinates the per-module state used while generating code.
  11. //
  12. //===----------------------------------------------------------------------===//
  13. #include "CodeGenModule.h"
  14. #include "CGDebugInfo.h"
  15. #include "CodeGenFunction.h"
  16. #include "CodeGenTBAA.h"
  17. #include "CGCall.h"
  18. #include "CGCUDARuntime.h"
  19. #include "CGCXXABI.h"
  20. #include "CGObjCRuntime.h"
  21. #include "CGOpenCLRuntime.h"
  22. #include "TargetInfo.h"
  23. #include "clang/Frontend/CodeGenOptions.h"
  24. #include "clang/AST/ASTContext.h"
  25. #include "clang/AST/CharUnits.h"
  26. #include "clang/AST/DeclObjC.h"
  27. #include "clang/AST/DeclCXX.h"
  28. #include "clang/AST/DeclTemplate.h"
  29. #include "clang/AST/Mangle.h"
  30. #include "clang/AST/RecordLayout.h"
  31. #include "clang/AST/RecursiveASTVisitor.h"
  32. #include "clang/Basic/Builtins.h"
  33. #include "clang/Basic/Diagnostic.h"
  34. #include "clang/Basic/SourceManager.h"
  35. #include "clang/Basic/TargetInfo.h"
  36. #include "clang/Basic/ConvertUTF.h"
  37. #include "llvm/CallingConv.h"
  38. #include "llvm/Module.h"
  39. #include "llvm/Intrinsics.h"
  40. #include "llvm/LLVMContext.h"
  41. #include "llvm/ADT/APSInt.h"
  42. #include "llvm/ADT/Triple.h"
  43. #include "llvm/Target/Mangler.h"
  44. #include "llvm/Target/TargetData.h"
  45. #include "llvm/Support/CallSite.h"
  46. #include "llvm/Support/ErrorHandling.h"
  47. using namespace clang;
  48. using namespace CodeGen;
  49. static const char AnnotationSection[] = "llvm.metadata";
  50. static CGCXXABI &createCXXABI(CodeGenModule &CGM) {
  51. switch (CGM.getContext().getTargetInfo().getCXXABI()) {
  52. case CXXABI_ARM: return *CreateARMCXXABI(CGM);
  53. case CXXABI_Itanium: return *CreateItaniumCXXABI(CGM);
  54. case CXXABI_Microsoft: return *CreateMicrosoftCXXABI(CGM);
  55. }
  56. llvm_unreachable("invalid C++ ABI kind");
  57. }
  58. CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO,
  59. llvm::Module &M, const llvm::TargetData &TD,
  60. DiagnosticsEngine &diags)
  61. : Context(C), Features(C.getLangOptions()), CodeGenOpts(CGO), TheModule(M),
  62. TheTargetData(TD), TheTargetCodeGenInfo(0), Diags(diags),
  63. ABI(createCXXABI(*this)),
  64. Types(*this),
  65. TBAA(0),
  66. VTables(*this), ObjCRuntime(0), OpenCLRuntime(0), CUDARuntime(0),
  67. DebugInfo(0), ARCData(0), NoObjCARCExceptionsMetadata(0),
  68. RRData(0), CFConstantStringClassRef(0),
  69. ConstantStringClassRef(0), NSConstantStringType(0),
  70. VMContext(M.getContext()),
  71. NSConcreteGlobalBlock(0), NSConcreteStackBlock(0),
  72. BlockObjectAssign(0), BlockObjectDispose(0),
  73. BlockDescriptorType(0), GenericBlockLiteralType(0) {
  74. // Initialize the type cache.
  75. llvm::LLVMContext &LLVMContext = M.getContext();
  76. VoidTy = llvm::Type::getVoidTy(LLVMContext);
  77. Int8Ty = llvm::Type::getInt8Ty(LLVMContext);
  78. Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
  79. Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
  80. Int64Ty = llvm::Type::getInt64Ty(LLVMContext);
  81. FloatTy = llvm::Type::getFloatTy(LLVMContext);
  82. DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
  83. PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
  84. PointerAlignInBytes =
  85. C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
  86. IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
  87. IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits);
  88. Int8PtrTy = Int8Ty->getPointerTo(0);
  89. Int8PtrPtrTy = Int8PtrTy->getPointerTo(0);
  90. if (Features.ObjC1)
  91. createObjCRuntime();
  92. if (Features.OpenCL)
  93. createOpenCLRuntime();
  94. if (Features.CUDA)
  95. createCUDARuntime();
  96. // Enable TBAA unless it's suppressed.
  97. if (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)
  98. TBAA = new CodeGenTBAA(Context, VMContext, getLangOptions(),
  99. ABI.getMangleContext());
  100. // If debug info or coverage generation is enabled, create the CGDebugInfo
  101. // object.
  102. if (CodeGenOpts.DebugInfo || CodeGenOpts.EmitGcovArcs ||
  103. CodeGenOpts.EmitGcovNotes)
  104. DebugInfo = new CGDebugInfo(*this);
  105. Block.GlobalUniqueCount = 0;
  106. if (C.getLangOptions().ObjCAutoRefCount)
  107. ARCData = new ARCEntrypoints();
  108. RRData = new RREntrypoints();
  109. }
  110. CodeGenModule::~CodeGenModule() {
  111. delete ObjCRuntime;
  112. delete OpenCLRuntime;
  113. delete CUDARuntime;
  114. delete TheTargetCodeGenInfo;
  115. delete &ABI;
  116. delete TBAA;
  117. delete DebugInfo;
  118. delete ARCData;
  119. delete RRData;
  120. }
  121. void CodeGenModule::createObjCRuntime() {
  122. if (!Features.NeXTRuntime)
  123. ObjCRuntime = CreateGNUObjCRuntime(*this);
  124. else
  125. ObjCRuntime = CreateMacObjCRuntime(*this);
  126. }
  127. void CodeGenModule::createOpenCLRuntime() {
  128. OpenCLRuntime = new CGOpenCLRuntime(*this);
  129. }
  130. void CodeGenModule::createCUDARuntime() {
  131. CUDARuntime = CreateNVCUDARuntime(*this);
  132. }
  133. void CodeGenModule::Release() {
  134. EmitDeferred();
  135. EmitCXXGlobalInitFunc();
  136. EmitCXXGlobalDtorFunc();
  137. if (ObjCRuntime)
  138. if (llvm::Function *ObjCInitFunction = ObjCRuntime->ModuleInitFunction())
  139. AddGlobalCtor(ObjCInitFunction);
  140. EmitCtorList(GlobalCtors, "llvm.global_ctors");
  141. EmitCtorList(GlobalDtors, "llvm.global_dtors");
  142. EmitGlobalAnnotations();
  143. EmitLLVMUsed();
  144. SimplifyPersonality();
  145. if (getCodeGenOpts().EmitDeclMetadata)
  146. EmitDeclMetadata();
  147. if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
  148. EmitCoverageFile();
  149. if (DebugInfo)
  150. DebugInfo->finalize();
  151. }
  152. void CodeGenModule::UpdateCompletedType(const TagDecl *TD) {
  153. // Make sure that this type is translated.
  154. Types.UpdateCompletedType(TD);
  155. }
  156. llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
  157. if (!TBAA)
  158. return 0;
  159. return TBAA->getTBAAInfo(QTy);
  160. }
  161. void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst,
  162. llvm::MDNode *TBAAInfo) {
  163. Inst->setMetadata(llvm::LLVMContext::MD_tbaa, TBAAInfo);
  164. }
  165. bool CodeGenModule::isTargetDarwin() const {
  166. return getContext().getTargetInfo().getTriple().isOSDarwin();
  167. }
  168. void CodeGenModule::Error(SourceLocation loc, StringRef error) {
  169. unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, error);
  170. getDiags().Report(Context.getFullLoc(loc), diagID);
  171. }
  172. /// ErrorUnsupported - Print out an error that codegen doesn't support the
  173. /// specified stmt yet.
  174. void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
  175. bool OmitOnError) {
  176. if (OmitOnError && getDiags().hasErrorOccurred())
  177. return;
  178. unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,
  179. "cannot compile this %0 yet");
  180. std::string Msg = Type;
  181. getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID)
  182. << Msg << S->getSourceRange();
  183. }
  184. /// ErrorUnsupported - Print out an error that codegen doesn't support the
  185. /// specified decl yet.
  186. void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
  187. bool OmitOnError) {
  188. if (OmitOnError && getDiags().hasErrorOccurred())
  189. return;
  190. unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,
  191. "cannot compile this %0 yet");
  192. std::string Msg = Type;
  193. getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
  194. }
  195. llvm::ConstantInt *CodeGenModule::getSize(CharUnits size) {
  196. return llvm::ConstantInt::get(SizeTy, size.getQuantity());
  197. }
  198. void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
  199. const NamedDecl *D) const {
  200. // Internal definitions always have default visibility.
  201. if (GV->hasLocalLinkage()) {
  202. GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
  203. return;
  204. }
  205. // Set visibility for definitions.
  206. NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility();
  207. if (LV.visibilityExplicit() || !GV->hasAvailableExternallyLinkage())
  208. GV->setVisibility(GetLLVMVisibility(LV.visibility()));
  209. }
  210. /// Set the symbol visibility of type information (vtable and RTTI)
  211. /// associated with the given type.
  212. void CodeGenModule::setTypeVisibility(llvm::GlobalValue *GV,
  213. const CXXRecordDecl *RD,
  214. TypeVisibilityKind TVK) const {
  215. setGlobalVisibility(GV, RD);
  216. if (!CodeGenOpts.HiddenWeakVTables)
  217. return;
  218. // We never want to drop the visibility for RTTI names.
  219. if (TVK == TVK_ForRTTIName)
  220. return;
  221. // We want to drop the visibility to hidden for weak type symbols.
  222. // This isn't possible if there might be unresolved references
  223. // elsewhere that rely on this symbol being visible.
  224. // This should be kept roughly in sync with setThunkVisibility
  225. // in CGVTables.cpp.
  226. // Preconditions.
  227. if (GV->getLinkage() != llvm::GlobalVariable::LinkOnceODRLinkage ||
  228. GV->getVisibility() != llvm::GlobalVariable::DefaultVisibility)
  229. return;
  230. // Don't override an explicit visibility attribute.
  231. if (RD->getExplicitVisibility())
  232. return;
  233. switch (RD->getTemplateSpecializationKind()) {
  234. // We have to disable the optimization if this is an EI definition
  235. // because there might be EI declarations in other shared objects.
  236. case TSK_ExplicitInstantiationDefinition:
  237. case TSK_ExplicitInstantiationDeclaration:
  238. return;
  239. // Every use of a non-template class's type information has to emit it.
  240. case TSK_Undeclared:
  241. break;
  242. // In theory, implicit instantiations can ignore the possibility of
  243. // an explicit instantiation declaration because there necessarily
  244. // must be an EI definition somewhere with default visibility. In
  245. // practice, it's possible to have an explicit instantiation for
  246. // an arbitrary template class, and linkers aren't necessarily able
  247. // to deal with mixed-visibility symbols.
  248. case TSK_ExplicitSpecialization:
  249. case TSK_ImplicitInstantiation:
  250. if (!CodeGenOpts.HiddenWeakTemplateVTables)
  251. return;
  252. break;
  253. }
  254. // If there's a key function, there may be translation units
  255. // that don't have the key function's definition. But ignore
  256. // this if we're emitting RTTI under -fno-rtti.
  257. if (!(TVK != TVK_ForRTTI) || Features.RTTI) {
  258. if (Context.getKeyFunction(RD))
  259. return;
  260. }
  261. // Otherwise, drop the visibility to hidden.
  262. GV->setVisibility(llvm::GlobalValue::HiddenVisibility);
  263. GV->setUnnamedAddr(true);
  264. }
  265. StringRef CodeGenModule::getMangledName(GlobalDecl GD) {
  266. const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
  267. StringRef &Str = MangledDeclNames[GD.getCanonicalDecl()];
  268. if (!Str.empty())
  269. return Str;
  270. if (!getCXXABI().getMangleContext().shouldMangleDeclName(ND)) {
  271. IdentifierInfo *II = ND->getIdentifier();
  272. assert(II && "Attempt to mangle unnamed decl.");
  273. Str = II->getName();
  274. return Str;
  275. }
  276. SmallString<256> Buffer;
  277. llvm::raw_svector_ostream Out(Buffer);
  278. if (const CXXConstructorDecl *D = dyn_cast<CXXConstructorDecl>(ND))
  279. getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
  280. else if (const CXXDestructorDecl *D = dyn_cast<CXXDestructorDecl>(ND))
  281. getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
  282. else if (const BlockDecl *BD = dyn_cast<BlockDecl>(ND))
  283. getCXXABI().getMangleContext().mangleBlock(BD, Out);
  284. else
  285. getCXXABI().getMangleContext().mangleName(ND, Out);
  286. // Allocate space for the mangled name.
  287. Out.flush();
  288. size_t Length = Buffer.size();
  289. char *Name = MangledNamesAllocator.Allocate<char>(Length);
  290. std::copy(Buffer.begin(), Buffer.end(), Name);
  291. Str = StringRef(Name, Length);
  292. return Str;
  293. }
  294. void CodeGenModule::getBlockMangledName(GlobalDecl GD, MangleBuffer &Buffer,
  295. const BlockDecl *BD) {
  296. MangleContext &MangleCtx = getCXXABI().getMangleContext();
  297. const Decl *D = GD.getDecl();
  298. llvm::raw_svector_ostream Out(Buffer.getBuffer());
  299. if (D == 0)
  300. MangleCtx.mangleGlobalBlock(BD, Out);
  301. else if (const CXXConstructorDecl *CD = dyn_cast<CXXConstructorDecl>(D))
  302. MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
  303. else if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(D))
  304. MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
  305. else
  306. MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out);
  307. }
  308. llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) {
  309. return getModule().getNamedValue(Name);
  310. }
  311. /// AddGlobalCtor - Add a function to the list that will be called before
  312. /// main() runs.
  313. void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) {
  314. // FIXME: Type coercion of void()* types.
  315. GlobalCtors.push_back(std::make_pair(Ctor, Priority));
  316. }
  317. /// AddGlobalDtor - Add a function to the list that will be called
  318. /// when the module is unloaded.
  319. void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) {
  320. // FIXME: Type coercion of void()* types.
  321. GlobalDtors.push_back(std::make_pair(Dtor, Priority));
  322. }
  323. void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
  324. // Ctor function type is void()*.
  325. llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
  326. llvm::Type *CtorPFTy = llvm::PointerType::getUnqual(CtorFTy);
  327. // Get the type of a ctor entry, { i32, void ()* }.
  328. llvm::StructType *CtorStructTy =
  329. llvm::StructType::get(Int32Ty, llvm::PointerType::getUnqual(CtorFTy), NULL);
  330. // Construct the constructor and destructor arrays.
  331. SmallVector<llvm::Constant*, 8> Ctors;
  332. for (CtorList::const_iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) {
  333. llvm::Constant *S[] = {
  334. llvm::ConstantInt::get(Int32Ty, I->second, false),
  335. llvm::ConstantExpr::getBitCast(I->first, CtorPFTy)
  336. };
  337. Ctors.push_back(llvm::ConstantStruct::get(CtorStructTy, S));
  338. }
  339. if (!Ctors.empty()) {
  340. llvm::ArrayType *AT = llvm::ArrayType::get(CtorStructTy, Ctors.size());
  341. new llvm::GlobalVariable(TheModule, AT, false,
  342. llvm::GlobalValue::AppendingLinkage,
  343. llvm::ConstantArray::get(AT, Ctors),
  344. GlobalName);
  345. }
  346. }
  347. llvm::GlobalValue::LinkageTypes
  348. CodeGenModule::getFunctionLinkage(const FunctionDecl *D) {
  349. GVALinkage Linkage = getContext().GetGVALinkageForFunction(D);
  350. if (Linkage == GVA_Internal)
  351. return llvm::Function::InternalLinkage;
  352. if (D->hasAttr<DLLExportAttr>())
  353. return llvm::Function::DLLExportLinkage;
  354. if (D->hasAttr<WeakAttr>())
  355. return llvm::Function::WeakAnyLinkage;
  356. // In C99 mode, 'inline' functions are guaranteed to have a strong
  357. // definition somewhere else, so we can use available_externally linkage.
  358. if (Linkage == GVA_C99Inline)
  359. return llvm::Function::AvailableExternallyLinkage;
  360. // Note that Apple's kernel linker doesn't support symbol
  361. // coalescing, so we need to avoid linkonce and weak linkages there.
  362. // Normally, this means we just map to internal, but for explicit
  363. // instantiations we'll map to external.
  364. // In C++, the compiler has to emit a definition in every translation unit
  365. // that references the function. We should use linkonce_odr because
  366. // a) if all references in this translation unit are optimized away, we
  367. // don't need to codegen it. b) if the function persists, it needs to be
  368. // merged with other definitions. c) C++ has the ODR, so we know the
  369. // definition is dependable.
  370. if (Linkage == GVA_CXXInline || Linkage == GVA_TemplateInstantiation)
  371. return !Context.getLangOptions().AppleKext
  372. ? llvm::Function::LinkOnceODRLinkage
  373. : llvm::Function::InternalLinkage;
  374. // An explicit instantiation of a template has weak linkage, since
  375. // explicit instantiations can occur in multiple translation units
  376. // and must all be equivalent. However, we are not allowed to
  377. // throw away these explicit instantiations.
  378. if (Linkage == GVA_ExplicitTemplateInstantiation)
  379. return !Context.getLangOptions().AppleKext
  380. ? llvm::Function::WeakODRLinkage
  381. : llvm::Function::ExternalLinkage;
  382. // Otherwise, we have strong external linkage.
  383. assert(Linkage == GVA_StrongExternal);
  384. return llvm::Function::ExternalLinkage;
  385. }
  386. /// SetFunctionDefinitionAttributes - Set attributes for a global.
  387. ///
  388. /// FIXME: This is currently only done for aliases and functions, but not for
  389. /// variables (these details are set in EmitGlobalVarDefinition for variables).
  390. void CodeGenModule::SetFunctionDefinitionAttributes(const FunctionDecl *D,
  391. llvm::GlobalValue *GV) {
  392. SetCommonAttributes(D, GV);
  393. }
  394. void CodeGenModule::SetLLVMFunctionAttributes(const Decl *D,
  395. const CGFunctionInfo &Info,
  396. llvm::Function *F) {
  397. unsigned CallingConv;
  398. AttributeListType AttributeList;
  399. ConstructAttributeList(Info, D, AttributeList, CallingConv);
  400. F->setAttributes(llvm::AttrListPtr::get(AttributeList.begin(),
  401. AttributeList.size()));
  402. F->setCallingConv(static_cast<llvm::CallingConv::ID>(CallingConv));
  403. }
  404. /// Determines whether the language options require us to model
  405. /// unwind exceptions. We treat -fexceptions as mandating this
  406. /// except under the fragile ObjC ABI with only ObjC exceptions
  407. /// enabled. This means, for example, that C with -fexceptions
  408. /// enables this.
  409. static bool hasUnwindExceptions(const LangOptions &Features) {
  410. // If exceptions are completely disabled, obviously this is false.
  411. if (!Features.Exceptions) return false;
  412. // If C++ exceptions are enabled, this is true.
  413. if (Features.CXXExceptions) return true;
  414. // If ObjC exceptions are enabled, this depends on the ABI.
  415. if (Features.ObjCExceptions) {
  416. if (!Features.ObjCNonFragileABI) return false;
  417. }
  418. return true;
  419. }
  420. void CodeGenModule::SetLLVMFunctionAttributesForDefinition(const Decl *D,
  421. llvm::Function *F) {
  422. if (CodeGenOpts.UnwindTables)
  423. F->setHasUWTable();
  424. if (!hasUnwindExceptions(Features))
  425. F->addFnAttr(llvm::Attribute::NoUnwind);
  426. if (D->hasAttr<NakedAttr>()) {
  427. // Naked implies noinline: we should not be inlining such functions.
  428. F->addFnAttr(llvm::Attribute::Naked);
  429. F->addFnAttr(llvm::Attribute::NoInline);
  430. }
  431. if (D->hasAttr<NoInlineAttr>())
  432. F->addFnAttr(llvm::Attribute::NoInline);
  433. // (noinline wins over always_inline, and we can't specify both in IR)
  434. if (D->hasAttr<AlwaysInlineAttr>() &&
  435. !F->hasFnAttr(llvm::Attribute::NoInline))
  436. F->addFnAttr(llvm::Attribute::AlwaysInline);
  437. if (isa<CXXConstructorDecl>(D) || isa<CXXDestructorDecl>(D))
  438. F->setUnnamedAddr(true);
  439. if (Features.getStackProtector() == LangOptions::SSPOn)
  440. F->addFnAttr(llvm::Attribute::StackProtect);
  441. else if (Features.getStackProtector() == LangOptions::SSPReq)
  442. F->addFnAttr(llvm::Attribute::StackProtectReq);
  443. if (Features.AddressSanitizer) {
  444. // When AddressSanitizer is enabled, set AddressSafety attribute
  445. // unless __attribute__((no_address_safety_analysis)) is used.
  446. if (!D->hasAttr<NoAddressSafetyAnalysisAttr>())
  447. F->addFnAttr(llvm::Attribute::AddressSafety);
  448. }
  449. unsigned alignment = D->getMaxAlignment() / Context.getCharWidth();
  450. if (alignment)
  451. F->setAlignment(alignment);
  452. // C++ ABI requires 2-byte alignment for member functions.
  453. if (F->getAlignment() < 2 && isa<CXXMethodDecl>(D))
  454. F->setAlignment(2);
  455. }
  456. void CodeGenModule::SetCommonAttributes(const Decl *D,
  457. llvm::GlobalValue *GV) {
  458. if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
  459. setGlobalVisibility(GV, ND);
  460. else
  461. GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
  462. if (D->hasAttr<UsedAttr>())
  463. AddUsedGlobal(GV);
  464. if (const SectionAttr *SA = D->getAttr<SectionAttr>())
  465. GV->setSection(SA->getName());
  466. getTargetCodeGenInfo().SetTargetAttributes(D, GV, *this);
  467. }
  468. void CodeGenModule::SetInternalFunctionAttributes(const Decl *D,
  469. llvm::Function *F,
  470. const CGFunctionInfo &FI) {
  471. SetLLVMFunctionAttributes(D, FI, F);
  472. SetLLVMFunctionAttributesForDefinition(D, F);
  473. F->setLinkage(llvm::Function::InternalLinkage);
  474. SetCommonAttributes(D, F);
  475. }
  476. void CodeGenModule::SetFunctionAttributes(GlobalDecl GD,
  477. llvm::Function *F,
  478. bool IsIncompleteFunction) {
  479. if (unsigned IID = F->getIntrinsicID()) {
  480. // If this is an intrinsic function, set the function's attributes
  481. // to the intrinsic's attributes.
  482. F->setAttributes(llvm::Intrinsic::getAttributes((llvm::Intrinsic::ID)IID));
  483. return;
  484. }
  485. const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
  486. if (!IsIncompleteFunction)
  487. SetLLVMFunctionAttributes(FD, getTypes().arrangeGlobalDeclaration(GD), F);
  488. // Only a few attributes are set on declarations; these may later be
  489. // overridden by a definition.
  490. if (FD->hasAttr<DLLImportAttr>()) {
  491. F->setLinkage(llvm::Function::DLLImportLinkage);
  492. } else if (FD->hasAttr<WeakAttr>() ||
  493. FD->isWeakImported()) {
  494. // "extern_weak" is overloaded in LLVM; we probably should have
  495. // separate linkage types for this.
  496. F->setLinkage(llvm::Function::ExternalWeakLinkage);
  497. } else {
  498. F->setLinkage(llvm::Function::ExternalLinkage);
  499. NamedDecl::LinkageInfo LV = FD->getLinkageAndVisibility();
  500. if (LV.linkage() == ExternalLinkage && LV.visibilityExplicit()) {
  501. F->setVisibility(GetLLVMVisibility(LV.visibility()));
  502. }
  503. }
  504. if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
  505. F->setSection(SA->getName());
  506. }
  507. void CodeGenModule::AddUsedGlobal(llvm::GlobalValue *GV) {
  508. assert(!GV->isDeclaration() &&
  509. "Only globals with definition can force usage.");
  510. LLVMUsed.push_back(GV);
  511. }
  512. void CodeGenModule::EmitLLVMUsed() {
  513. // Don't create llvm.used if there is no need.
  514. if (LLVMUsed.empty())
  515. return;
  516. // Convert LLVMUsed to what ConstantArray needs.
  517. SmallVector<llvm::Constant*, 8> UsedArray;
  518. UsedArray.resize(LLVMUsed.size());
  519. for (unsigned i = 0, e = LLVMUsed.size(); i != e; ++i) {
  520. UsedArray[i] =
  521. llvm::ConstantExpr::getBitCast(cast<llvm::Constant>(&*LLVMUsed[i]),
  522. Int8PtrTy);
  523. }
  524. if (UsedArray.empty())
  525. return;
  526. llvm::ArrayType *ATy = llvm::ArrayType::get(Int8PtrTy, UsedArray.size());
  527. llvm::GlobalVariable *GV =
  528. new llvm::GlobalVariable(getModule(), ATy, false,
  529. llvm::GlobalValue::AppendingLinkage,
  530. llvm::ConstantArray::get(ATy, UsedArray),
  531. "llvm.used");
  532. GV->setSection("llvm.metadata");
  533. }
  534. void CodeGenModule::EmitDeferred() {
  535. // Emit code for any potentially referenced deferred decls. Since a
  536. // previously unused static decl may become used during the generation of code
  537. // for a static function, iterate until no changes are made.
  538. while (!DeferredDeclsToEmit.empty() || !DeferredVTables.empty()) {
  539. if (!DeferredVTables.empty()) {
  540. const CXXRecordDecl *RD = DeferredVTables.back();
  541. DeferredVTables.pop_back();
  542. getVTables().GenerateClassData(getVTableLinkage(RD), RD);
  543. continue;
  544. }
  545. GlobalDecl D = DeferredDeclsToEmit.back();
  546. DeferredDeclsToEmit.pop_back();
  547. // Check to see if we've already emitted this. This is necessary
  548. // for a couple of reasons: first, decls can end up in the
  549. // deferred-decls queue multiple times, and second, decls can end
  550. // up with definitions in unusual ways (e.g. by an extern inline
  551. // function acquiring a strong function redefinition). Just
  552. // ignore these cases.
  553. //
  554. // TODO: That said, looking this up multiple times is very wasteful.
  555. StringRef Name = getMangledName(D);
  556. llvm::GlobalValue *CGRef = GetGlobalValue(Name);
  557. assert(CGRef && "Deferred decl wasn't referenced?");
  558. if (!CGRef->isDeclaration())
  559. continue;
  560. // GlobalAlias::isDeclaration() defers to the aliasee, but for our
  561. // purposes an alias counts as a definition.
  562. if (isa<llvm::GlobalAlias>(CGRef))
  563. continue;
  564. // Otherwise, emit the definition and move on to the next one.
  565. EmitGlobalDefinition(D);
  566. }
  567. }
  568. void CodeGenModule::EmitGlobalAnnotations() {
  569. if (Annotations.empty())
  570. return;
  571. // Create a new global variable for the ConstantStruct in the Module.
  572. llvm::Constant *Array = llvm::ConstantArray::get(llvm::ArrayType::get(
  573. Annotations[0]->getType(), Annotations.size()), Annotations);
  574. llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(),
  575. Array->getType(), false, llvm::GlobalValue::AppendingLinkage, Array,
  576. "llvm.global.annotations");
  577. gv->setSection(AnnotationSection);
  578. }
  579. llvm::Constant *CodeGenModule::EmitAnnotationString(llvm::StringRef Str) {
  580. llvm::StringMap<llvm::Constant*>::iterator i = AnnotationStrings.find(Str);
  581. if (i != AnnotationStrings.end())
  582. return i->second;
  583. // Not found yet, create a new global.
  584. llvm::Constant *s = llvm::ConstantDataArray::getString(getLLVMContext(), Str);
  585. llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(),
  586. true, llvm::GlobalValue::PrivateLinkage, s, ".str");
  587. gv->setSection(AnnotationSection);
  588. gv->setUnnamedAddr(true);
  589. AnnotationStrings[Str] = gv;
  590. return gv;
  591. }
  592. llvm::Constant *CodeGenModule::EmitAnnotationUnit(SourceLocation Loc) {
  593. SourceManager &SM = getContext().getSourceManager();
  594. PresumedLoc PLoc = SM.getPresumedLoc(Loc);
  595. if (PLoc.isValid())
  596. return EmitAnnotationString(PLoc.getFilename());
  597. return EmitAnnotationString(SM.getBufferName(Loc));
  598. }
  599. llvm::Constant *CodeGenModule::EmitAnnotationLineNo(SourceLocation L) {
  600. SourceManager &SM = getContext().getSourceManager();
  601. PresumedLoc PLoc = SM.getPresumedLoc(L);
  602. unsigned LineNo = PLoc.isValid() ? PLoc.getLine() :
  603. SM.getExpansionLineNumber(L);
  604. return llvm::ConstantInt::get(Int32Ty, LineNo);
  605. }
  606. llvm::Constant *CodeGenModule::EmitAnnotateAttr(llvm::GlobalValue *GV,
  607. const AnnotateAttr *AA,
  608. SourceLocation L) {
  609. // Get the globals for file name, annotation, and the line number.
  610. llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()),
  611. *UnitGV = EmitAnnotationUnit(L),
  612. *LineNoCst = EmitAnnotationLineNo(L);
  613. // Create the ConstantStruct for the global annotation.
  614. llvm::Constant *Fields[4] = {
  615. llvm::ConstantExpr::getBitCast(GV, Int8PtrTy),
  616. llvm::ConstantExpr::getBitCast(AnnoGV, Int8PtrTy),
  617. llvm::ConstantExpr::getBitCast(UnitGV, Int8PtrTy),
  618. LineNoCst
  619. };
  620. return llvm::ConstantStruct::getAnon(Fields);
  621. }
  622. void CodeGenModule::AddGlobalAnnotations(const ValueDecl *D,
  623. llvm::GlobalValue *GV) {
  624. assert(D->hasAttr<AnnotateAttr>() && "no annotate attribute");
  625. // Get the struct elements for these annotations.
  626. for (specific_attr_iterator<AnnotateAttr>
  627. ai = D->specific_attr_begin<AnnotateAttr>(),
  628. ae = D->specific_attr_end<AnnotateAttr>(); ai != ae; ++ai)
  629. Annotations.push_back(EmitAnnotateAttr(GV, *ai, D->getLocation()));
  630. }
  631. bool CodeGenModule::MayDeferGeneration(const ValueDecl *Global) {
  632. // Never defer when EmitAllDecls is specified.
  633. if (Features.EmitAllDecls)
  634. return false;
  635. return !getContext().DeclMustBeEmitted(Global);
  636. }
  637. llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) {
  638. const AliasAttr *AA = VD->getAttr<AliasAttr>();
  639. assert(AA && "No alias?");
  640. llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType());
  641. // See if there is already something with the target's name in the module.
  642. llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
  643. llvm::Constant *Aliasee;
  644. if (isa<llvm::FunctionType>(DeclTy))
  645. Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
  646. /*ForVTable=*/false);
  647. else
  648. Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
  649. llvm::PointerType::getUnqual(DeclTy), 0);
  650. if (!Entry) {
  651. llvm::GlobalValue* F = cast<llvm::GlobalValue>(Aliasee);
  652. F->setLinkage(llvm::Function::ExternalWeakLinkage);
  653. WeakRefReferences.insert(F);
  654. }
  655. return Aliasee;
  656. }
  657. void CodeGenModule::EmitGlobal(GlobalDecl GD) {
  658. const ValueDecl *Global = cast<ValueDecl>(GD.getDecl());
  659. // Weak references don't produce any output by themselves.
  660. if (Global->hasAttr<WeakRefAttr>())
  661. return;
  662. // If this is an alias definition (which otherwise looks like a declaration)
  663. // emit it now.
  664. if (Global->hasAttr<AliasAttr>())
  665. return EmitAliasDefinition(GD);
  666. // If this is CUDA, be selective about which declarations we emit.
  667. if (Features.CUDA) {
  668. if (CodeGenOpts.CUDAIsDevice) {
  669. if (!Global->hasAttr<CUDADeviceAttr>() &&
  670. !Global->hasAttr<CUDAGlobalAttr>() &&
  671. !Global->hasAttr<CUDAConstantAttr>() &&
  672. !Global->hasAttr<CUDASharedAttr>())
  673. return;
  674. } else {
  675. if (!Global->hasAttr<CUDAHostAttr>() && (
  676. Global->hasAttr<CUDADeviceAttr>() ||
  677. Global->hasAttr<CUDAConstantAttr>() ||
  678. Global->hasAttr<CUDASharedAttr>()))
  679. return;
  680. }
  681. }
  682. // Ignore declarations, they will be emitted on their first use.
  683. if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Global)) {
  684. // Forward declarations are emitted lazily on first use.
  685. if (!FD->doesThisDeclarationHaveABody()) {
  686. if (!FD->doesDeclarationForceExternallyVisibleDefinition())
  687. return;
  688. const FunctionDecl *InlineDefinition = 0;
  689. FD->getBody(InlineDefinition);
  690. StringRef MangledName = getMangledName(GD);
  691. llvm::StringMap<GlobalDecl>::iterator DDI =
  692. DeferredDecls.find(MangledName);
  693. if (DDI != DeferredDecls.end())
  694. DeferredDecls.erase(DDI);
  695. EmitGlobalDefinition(InlineDefinition);
  696. return;
  697. }
  698. } else {
  699. const VarDecl *VD = cast<VarDecl>(Global);
  700. assert(VD->isFileVarDecl() && "Cannot emit local var decl as global.");
  701. if (VD->isThisDeclarationADefinition() != VarDecl::Definition)
  702. return;
  703. }
  704. // Defer code generation when possible if this is a static definition, inline
  705. // function etc. These we only want to emit if they are used.
  706. if (!MayDeferGeneration(Global)) {
  707. // Emit the definition if it can't be deferred.
  708. EmitGlobalDefinition(GD);
  709. return;
  710. }
  711. // If we're deferring emission of a C++ variable with an
  712. // initializer, remember the order in which it appeared in the file.
  713. if (getLangOptions().CPlusPlus && isa<VarDecl>(Global) &&
  714. cast<VarDecl>(Global)->hasInit()) {
  715. DelayedCXXInitPosition[Global] = CXXGlobalInits.size();
  716. CXXGlobalInits.push_back(0);
  717. }
  718. // If the value has already been used, add it directly to the
  719. // DeferredDeclsToEmit list.
  720. StringRef MangledName = getMangledName(GD);
  721. if (GetGlobalValue(MangledName))
  722. DeferredDeclsToEmit.push_back(GD);
  723. else {
  724. // Otherwise, remember that we saw a deferred decl with this name. The
  725. // first use of the mangled name will cause it to move into
  726. // DeferredDeclsToEmit.
  727. DeferredDecls[MangledName] = GD;
  728. }
  729. }
  730. namespace {
  731. struct FunctionIsDirectlyRecursive :
  732. public RecursiveASTVisitor<FunctionIsDirectlyRecursive> {
  733. const StringRef Name;
  734. const Builtin::Context &BI;
  735. bool Result;
  736. FunctionIsDirectlyRecursive(StringRef N, const Builtin::Context &C) :
  737. Name(N), BI(C), Result(false) {
  738. }
  739. typedef RecursiveASTVisitor<FunctionIsDirectlyRecursive> Base;
  740. bool TraverseCallExpr(CallExpr *E) {
  741. const FunctionDecl *FD = E->getDirectCallee();
  742. if (!FD)
  743. return true;
  744. AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
  745. if (Attr && Name == Attr->getLabel()) {
  746. Result = true;
  747. return false;
  748. }
  749. unsigned BuiltinID = FD->getBuiltinID();
  750. if (!BuiltinID)
  751. return true;
  752. StringRef BuiltinName = BI.GetName(BuiltinID);
  753. if (BuiltinName.startswith("__builtin_") &&
  754. Name == BuiltinName.slice(strlen("__builtin_"), StringRef::npos)) {
  755. Result = true;
  756. return false;
  757. }
  758. return true;
  759. }
  760. };
  761. }
  762. // isTriviallyRecursive - Check if this function calls another
  763. // decl that, because of the asm attribute or the other decl being a builtin,
  764. // ends up pointing to itself.
  765. bool
  766. CodeGenModule::isTriviallyRecursive(const FunctionDecl *FD) {
  767. StringRef Name;
  768. if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) {
  769. // asm labels are a special kind of mangling we have to support.
  770. AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
  771. if (!Attr)
  772. return false;
  773. Name = Attr->getLabel();
  774. } else {
  775. Name = FD->getName();
  776. }
  777. FunctionIsDirectlyRecursive Walker(Name, Context.BuiltinInfo);
  778. Walker.TraverseFunctionDecl(const_cast<FunctionDecl*>(FD));
  779. return Walker.Result;
  780. }
  781. bool
  782. CodeGenModule::shouldEmitFunction(const FunctionDecl *F) {
  783. if (getFunctionLinkage(F) != llvm::Function::AvailableExternallyLinkage)
  784. return true;
  785. if (CodeGenOpts.OptimizationLevel == 0 &&
  786. !F->hasAttr<AlwaysInlineAttr>())
  787. return false;
  788. // PR9614. Avoid cases where the source code is lying to us. An available
  789. // externally function should have an equivalent function somewhere else,
  790. // but a function that calls itself is clearly not equivalent to the real
  791. // implementation.
  792. // This happens in glibc's btowc and in some configure checks.
  793. return !isTriviallyRecursive(F);
  794. }
  795. void CodeGenModule::EmitGlobalDefinition(GlobalDecl GD) {
  796. const ValueDecl *D = cast<ValueDecl>(GD.getDecl());
  797. PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(),
  798. Context.getSourceManager(),
  799. "Generating code for declaration");
  800. if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(D)) {
  801. // At -O0, don't generate IR for functions with available_externally
  802. // linkage.
  803. if (!shouldEmitFunction(Function))
  804. return;
  805. if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
  806. // Make sure to emit the definition(s) before we emit the thunks.
  807. // This is necessary for the generation of certain thunks.
  808. if (const CXXConstructorDecl *CD = dyn_cast<CXXConstructorDecl>(Method))
  809. EmitCXXConstructor(CD, GD.getCtorType());
  810. else if (const CXXDestructorDecl *DD =dyn_cast<CXXDestructorDecl>(Method))
  811. EmitCXXDestructor(DD, GD.getDtorType());
  812. else
  813. EmitGlobalFunctionDefinition(GD);
  814. if (Method->isVirtual())
  815. getVTables().EmitThunks(GD);
  816. return;
  817. }
  818. return EmitGlobalFunctionDefinition(GD);
  819. }
  820. if (const VarDecl *VD = dyn_cast<VarDecl>(D))
  821. return EmitGlobalVarDefinition(VD);
  822. llvm_unreachable("Invalid argument to EmitGlobalDefinition()");
  823. }
  824. /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
  825. /// module, create and return an llvm Function with the specified type. If there
  826. /// is something in the module with the specified name, return it potentially
  827. /// bitcasted to the right type.
  828. ///
  829. /// If D is non-null, it specifies a decl that correspond to this. This is used
  830. /// to set the attributes on the function when it is first created.
  831. llvm::Constant *
  832. CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName,
  833. llvm::Type *Ty,
  834. GlobalDecl D, bool ForVTable,
  835. llvm::Attributes ExtraAttrs) {
  836. // Lookup the entry, lazily creating it if necessary.
  837. llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
  838. if (Entry) {
  839. if (WeakRefReferences.count(Entry)) {
  840. const FunctionDecl *FD = cast_or_null<FunctionDecl>(D.getDecl());
  841. if (FD && !FD->hasAttr<WeakAttr>())
  842. Entry->setLinkage(llvm::Function::ExternalLinkage);
  843. WeakRefReferences.erase(Entry);
  844. }
  845. if (Entry->getType()->getElementType() == Ty)
  846. return Entry;
  847. // Make sure the result is of the correct type.
  848. return llvm::ConstantExpr::getBitCast(Entry, Ty->getPointerTo());
  849. }
  850. // This function doesn't have a complete type (for example, the return
  851. // type is an incomplete struct). Use a fake type instead, and make
  852. // sure not to try to set attributes.
  853. bool IsIncompleteFunction = false;
  854. llvm::FunctionType *FTy;
  855. if (isa<llvm::FunctionType>(Ty)) {
  856. FTy = cast<llvm::FunctionType>(Ty);
  857. } else {
  858. FTy = llvm::FunctionType::get(VoidTy, false);
  859. IsIncompleteFunction = true;
  860. }
  861. llvm::Function *F = llvm::Function::Create(FTy,
  862. llvm::Function::ExternalLinkage,
  863. MangledName, &getModule());
  864. assert(F->getName() == MangledName && "name was uniqued!");
  865. if (D.getDecl())
  866. SetFunctionAttributes(D, F, IsIncompleteFunction);
  867. if (ExtraAttrs != llvm::Attribute::None)
  868. F->addFnAttr(ExtraAttrs);
  869. // This is the first use or definition of a mangled name. If there is a
  870. // deferred decl with this name, remember that we need to emit it at the end
  871. // of the file.
  872. llvm::StringMap<GlobalDecl>::iterator DDI = DeferredDecls.find(MangledName);
  873. if (DDI != DeferredDecls.end()) {
  874. // Move the potentially referenced deferred decl to the DeferredDeclsToEmit
  875. // list, and remove it from DeferredDecls (since we don't need it anymore).
  876. DeferredDeclsToEmit.push_back(DDI->second);
  877. DeferredDecls.erase(DDI);
  878. // Otherwise, there are cases we have to worry about where we're
  879. // using a declaration for which we must emit a definition but where
  880. // we might not find a top-level definition:
  881. // - member functions defined inline in their classes
  882. // - friend functions defined inline in some class
  883. // - special member functions with implicit definitions
  884. // If we ever change our AST traversal to walk into class methods,
  885. // this will be unnecessary.
  886. //
  887. // We also don't emit a definition for a function if it's going to be an entry
  888. // in a vtable, unless it's already marked as used.
  889. } else if (getLangOptions().CPlusPlus && D.getDecl()) {
  890. // Look for a declaration that's lexically in a record.
  891. const FunctionDecl *FD = cast<FunctionDecl>(D.getDecl());
  892. do {
  893. if (isa<CXXRecordDecl>(FD->getLexicalDeclContext())) {
  894. if (FD->isImplicit() && !ForVTable) {
  895. assert(FD->isUsed() && "Sema didn't mark implicit function as used!");
  896. DeferredDeclsToEmit.push_back(D.getWithDecl(FD));
  897. break;
  898. } else if (FD->doesThisDeclarationHaveABody()) {
  899. DeferredDeclsToEmit.push_back(D.getWithDecl(FD));
  900. break;
  901. }
  902. }
  903. FD = FD->getPreviousDecl();
  904. } while (FD);
  905. }
  906. // Make sure the result is of the requested type.
  907. if (!IsIncompleteFunction) {
  908. assert(F->getType()->getElementType() == Ty);
  909. return F;
  910. }
  911. llvm::Type *PTy = llvm::PointerType::getUnqual(Ty);
  912. return llvm::ConstantExpr::getBitCast(F, PTy);
  913. }
  914. /// GetAddrOfFunction - Return the address of the given function. If Ty is
  915. /// non-null, then this function will use the specified type if it has to
  916. /// create it (this occurs when we see a definition of the function).
  917. llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD,
  918. llvm::Type *Ty,
  919. bool ForVTable) {
  920. // If there was no specific requested type, just convert it now.
  921. if (!Ty)
  922. Ty = getTypes().ConvertType(cast<ValueDecl>(GD.getDecl())->getType());
  923. StringRef MangledName = getMangledName(GD);
  924. return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable);
  925. }
  926. /// CreateRuntimeFunction - Create a new runtime function with the specified
  927. /// type and name.
  928. llvm::Constant *
  929. CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy,
  930. StringRef Name,
  931. llvm::Attributes ExtraAttrs) {
  932. return GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
  933. ExtraAttrs);
  934. }
  935. /// isTypeConstant - Determine whether an object of this type can be emitted
  936. /// as a constant.
  937. ///
  938. /// If ExcludeCtor is true, the duration when the object's constructor runs
  939. /// will not be considered. The caller will need to verify that the object is
  940. /// not written to during its construction.
  941. bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) {
  942. if (!Ty.isConstant(Context) && !Ty->isReferenceType())
  943. return false;
  944. if (Context.getLangOptions().CPlusPlus) {
  945. if (const CXXRecordDecl *Record
  946. = Context.getBaseElementType(Ty)->getAsCXXRecordDecl())
  947. return ExcludeCtor && !Record->hasMutableFields() &&
  948. Record->hasTrivialDestructor();
  949. }
  950. return true;
  951. }
  952. /// GetOrCreateLLVMGlobal - If the specified mangled name is not in the module,
  953. /// create and return an llvm GlobalVariable with the specified type. If there
  954. /// is something in the module with the specified name, return it potentially
  955. /// bitcasted to the right type.
  956. ///
  957. /// If D is non-null, it specifies a decl that correspond to this. This is used
  958. /// to set the attributes on the global when it is first created.
  959. llvm::Constant *
  960. CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName,
  961. llvm::PointerType *Ty,
  962. const VarDecl *D,
  963. bool UnnamedAddr) {
  964. // Lookup the entry, lazily creating it if necessary.
  965. llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
  966. if (Entry) {
  967. if (WeakRefReferences.count(Entry)) {
  968. if (D && !D->hasAttr<WeakAttr>())
  969. Entry->setLinkage(llvm::Function::ExternalLinkage);
  970. WeakRefReferences.erase(Entry);
  971. }
  972. if (UnnamedAddr)
  973. Entry->setUnnamedAddr(true);
  974. if (Entry->getType() == Ty)
  975. return Entry;
  976. // Make sure the result is of the correct type.
  977. return llvm::ConstantExpr::getBitCast(Entry, Ty);
  978. }
  979. // This is the first use or definition of a mangled name. If there is a
  980. // deferred decl with this name, remember that we need to emit it at the end
  981. // of the file.
  982. llvm::StringMap<GlobalDecl>::iterator DDI = DeferredDecls.find(MangledName);
  983. if (DDI != DeferredDecls.end()) {
  984. // Move the potentially referenced deferred decl to the DeferredDeclsToEmit
  985. // list, and remove it from DeferredDecls (since we don't need it anymore).
  986. DeferredDeclsToEmit.push_back(DDI->second);
  987. DeferredDecls.erase(DDI);
  988. }
  989. llvm::GlobalVariable *GV =
  990. new llvm::GlobalVariable(getModule(), Ty->getElementType(), false,
  991. llvm::GlobalValue::ExternalLinkage,
  992. 0, MangledName, 0,
  993. false, Ty->getAddressSpace());
  994. // Handle things which are present even on external declarations.
  995. if (D) {
  996. // FIXME: This code is overly simple and should be merged with other global
  997. // handling.
  998. GV->setConstant(isTypeConstant(D->getType(), false));
  999. // Set linkage and visibility in case we never see a definition.
  1000. NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility();
  1001. if (LV.linkage() != ExternalLinkage) {
  1002. // Don't set internal linkage on declarations.
  1003. } else {
  1004. if (D->hasAttr<DLLImportAttr>())
  1005. GV->setLinkage(llvm::GlobalValue::DLLImportLinkage);
  1006. else if (D->hasAttr<WeakAttr>() || D->isWeakImported())
  1007. GV->setLinkage(llvm::GlobalValue::ExternalWeakLinkage);
  1008. // Set visibility on a declaration only if it's explicit.
  1009. if (LV.visibilityExplicit())
  1010. GV->setVisibility(GetLLVMVisibility(LV.visibility()));
  1011. }
  1012. GV->setThreadLocal(D->isThreadSpecified());
  1013. }
  1014. return GV;
  1015. }
  1016. llvm::GlobalVariable *
  1017. CodeGenModule::CreateOrReplaceCXXRuntimeVariable(StringRef Name,
  1018. llvm::Type *Ty,
  1019. llvm::GlobalValue::LinkageTypes Linkage) {
  1020. llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name);
  1021. llvm::GlobalVariable *OldGV = 0;
  1022. if (GV) {
  1023. // Check if the variable has the right type.
  1024. if (GV->getType()->getElementType() == Ty)
  1025. return GV;
  1026. // Because C++ name mangling, the only way we can end up with an already
  1027. // existing global with the same name is if it has been declared extern "C".
  1028. assert(GV->isDeclaration() && "Declaration has wrong type!");
  1029. OldGV = GV;
  1030. }
  1031. // Create a new variable.
  1032. GV = new llvm::GlobalVariable(getModule(), Ty, /*isConstant=*/true,
  1033. Linkage, 0, Name);
  1034. if (OldGV) {
  1035. // Replace occurrences of the old variable if needed.
  1036. GV->takeName(OldGV);
  1037. if (!OldGV->use_empty()) {
  1038. llvm::Constant *NewPtrForOldDecl =
  1039. llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
  1040. OldGV->replaceAllUsesWith(NewPtrForOldDecl);
  1041. }
  1042. OldGV->eraseFromParent();
  1043. }
  1044. return GV;
  1045. }
  1046. /// GetAddrOfGlobalVar - Return the llvm::Constant for the address of the
  1047. /// given global variable. If Ty is non-null and if the global doesn't exist,
  1048. /// then it will be greated with the specified type instead of whatever the
  1049. /// normal requested type would be.
  1050. llvm::Constant *CodeGenModule::GetAddrOfGlobalVar(const VarDecl *D,
  1051. llvm::Type *Ty) {
  1052. assert(D->hasGlobalStorage() && "Not a global variable");
  1053. QualType ASTTy = D->getType();
  1054. if (Ty == 0)
  1055. Ty = getTypes().ConvertTypeForMem(ASTTy);
  1056. llvm::PointerType *PTy =
  1057. llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy));
  1058. StringRef MangledName = getMangledName(D);
  1059. return GetOrCreateLLVMGlobal(MangledName, PTy, D);
  1060. }
  1061. /// CreateRuntimeVariable - Create a new runtime global variable with the
  1062. /// specified type and name.
  1063. llvm::Constant *
  1064. CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty,
  1065. StringRef Name) {
  1066. return GetOrCreateLLVMGlobal(Name, llvm::PointerType::getUnqual(Ty), 0,
  1067. true);
  1068. }
  1069. void CodeGenModule::EmitTentativeDefinition(const VarDecl *D) {
  1070. assert(!D->getInit() && "Cannot emit definite definitions here!");
  1071. if (MayDeferGeneration(D)) {
  1072. // If we have not seen a reference to this variable yet, place it
  1073. // into the deferred declarations table to be emitted if needed
  1074. // later.
  1075. StringRef MangledName = getMangledName(D);
  1076. if (!GetGlobalValue(MangledName)) {
  1077. DeferredDecls[MangledName] = D;
  1078. return;
  1079. }
  1080. }
  1081. // The tentative definition is the only definition.
  1082. EmitGlobalVarDefinition(D);
  1083. }
  1084. void CodeGenModule::EmitVTable(CXXRecordDecl *Class, bool DefinitionRequired) {
  1085. if (DefinitionRequired)
  1086. getVTables().GenerateClassData(getVTableLinkage(Class), Class);
  1087. }
  1088. llvm::GlobalVariable::LinkageTypes
  1089. CodeGenModule::getVTableLinkage(const CXXRecordDecl *RD) {
  1090. if (RD->getLinkage() != ExternalLinkage)
  1091. return llvm::GlobalVariable::InternalLinkage;
  1092. if (const CXXMethodDecl *KeyFunction
  1093. = RD->getASTContext().getKeyFunction(RD)) {
  1094. // If this class has a key function, use that to determine the linkage of
  1095. // the vtable.
  1096. const FunctionDecl *Def = 0;
  1097. if (KeyFunction->hasBody(Def))
  1098. KeyFunction = cast<CXXMethodDecl>(Def);
  1099. switch (KeyFunction->getTemplateSpecializationKind()) {
  1100. case TSK_Undeclared:
  1101. case TSK_ExplicitSpecialization:
  1102. // When compiling with optimizations turned on, we emit all vtables,
  1103. // even if the key function is not defined in the current translation
  1104. // unit. If this is the case, use available_externally linkage.
  1105. if (!Def && CodeGenOpts.OptimizationLevel)
  1106. return llvm::GlobalVariable::AvailableExternallyLinkage;
  1107. if (KeyFunction->isInlined())
  1108. return !Context.getLangOptions().AppleKext ?
  1109. llvm::GlobalVariable::LinkOnceODRLinkage :
  1110. llvm::Function::InternalLinkage;
  1111. return llvm::GlobalVariable::ExternalLinkage;
  1112. case TSK_ImplicitInstantiation:
  1113. return !Context.getLangOptions().AppleKext ?
  1114. llvm::GlobalVariable::LinkOnceODRLinkage :
  1115. llvm::Function::InternalLinkage;
  1116. case TSK_ExplicitInstantiationDefinition:
  1117. return !Context.getLangOptions().AppleKext ?
  1118. llvm::GlobalVariable::WeakODRLinkage :
  1119. llvm::Function::InternalLinkage;
  1120. case TSK_ExplicitInstantiationDeclaration:
  1121. // FIXME: Use available_externally linkage. However, this currently
  1122. // breaks LLVM's build due to undefined symbols.
  1123. // return llvm::GlobalVariable::AvailableExternallyLinkage;
  1124. return !Context.getLangOptions().AppleKext ?
  1125. llvm::GlobalVariable::LinkOnceODRLinkage :
  1126. llvm::Function::InternalLinkage;
  1127. }
  1128. }
  1129. if (Context.getLangOptions().AppleKext)
  1130. return llvm::Function::InternalLinkage;
  1131. switch (RD->getTemplateSpecializationKind()) {
  1132. case TSK_Undeclared:
  1133. case TSK_ExplicitSpecialization:
  1134. case TSK_ImplicitInstantiation:
  1135. // FIXME: Use available_externally linkage. However, this currently
  1136. // breaks LLVM's build due to undefined symbols.
  1137. // return llvm::GlobalVariable::AvailableExternallyLinkage;
  1138. case TSK_ExplicitInstantiationDeclaration:
  1139. return llvm::GlobalVariable::LinkOnceODRLinkage;
  1140. case TSK_ExplicitInstantiationDefinition:
  1141. return llvm::GlobalVariable::WeakODRLinkage;
  1142. }
  1143. llvm_unreachable("Invalid TemplateSpecializationKind!");
  1144. }
  1145. CharUnits CodeGenModule::GetTargetTypeStoreSize(llvm::Type *Ty) const {
  1146. return Context.toCharUnitsFromBits(
  1147. TheTargetData.getTypeStoreSizeInBits(Ty));
  1148. }
  1149. llvm::Constant *
  1150. CodeGenModule::MaybeEmitGlobalStdInitializerListInitializer(const VarDecl *D,
  1151. const Expr *rawInit) {
  1152. ArrayRef<ExprWithCleanups::CleanupObject> cleanups;
  1153. if (const ExprWithCleanups *withCleanups =
  1154. dyn_cast<ExprWithCleanups>(rawInit)) {
  1155. cleanups = withCleanups->getObjects();
  1156. rawInit = withCleanups->getSubExpr();
  1157. }
  1158. const InitListExpr *init = dyn_cast<InitListExpr>(rawInit);
  1159. if (!init || !init->initializesStdInitializerList() ||
  1160. init->getNumInits() == 0)
  1161. return 0;
  1162. ASTContext &ctx = getContext();
  1163. unsigned numInits = init->getNumInits();
  1164. // FIXME: This check is here because we would otherwise silently miscompile
  1165. // nested global std::initializer_lists. Better would be to have a real
  1166. // implementation.
  1167. for (unsigned i = 0; i < numInits; ++i) {
  1168. const InitListExpr *inner = dyn_cast<InitListExpr>(init->getInit(i));
  1169. if (inner && inner->initializesStdInitializerList()) {
  1170. ErrorUnsupported(inner, "nested global std::initializer_list");
  1171. return 0;
  1172. }
  1173. }
  1174. // Synthesize a fake VarDecl for the array and initialize that.
  1175. QualType elementType = init->getInit(0)->getType();
  1176. llvm::APInt numElements(ctx.getTypeSize(ctx.getSizeType()), numInits);
  1177. QualType arrayType = ctx.getConstantArrayType(elementType, numElements,
  1178. ArrayType::Normal, 0);
  1179. IdentifierInfo *name = &ctx.Idents.get(D->getNameAsString() + "__initlist");
  1180. TypeSourceInfo *sourceInfo = ctx.getTrivialTypeSourceInfo(
  1181. arrayType, D->getLocation());
  1182. VarDecl *backingArray = VarDecl::Create(ctx, const_cast<DeclContext*>(
  1183. D->getDeclContext()),
  1184. D->getLocStart(), D->getLocation(),
  1185. name, arrayType, sourceInfo,
  1186. SC_Static, SC_Static);
  1187. // Now clone the InitListExpr to initialize the array instead.
  1188. // Incredible hack: we want to use the existing InitListExpr here, so we need
  1189. // to tell it that it no longer initializes a std::initializer_list.
  1190. Expr *arrayInit = new (ctx) InitListExpr(ctx, init->getLBraceLoc(),
  1191. const_cast<InitListExpr*>(init)->getInits(),
  1192. init->getNumInits(),
  1193. init->getRBraceLoc());
  1194. arrayInit->setType(arrayType);
  1195. if (!cleanups.empty())
  1196. arrayInit = ExprWithCleanups::Create(ctx, arrayInit, cleanups);
  1197. backingArray->setInit(arrayInit);
  1198. // Emit the definition of the array.
  1199. EmitGlobalVarDefinition(backingArray);
  1200. // Inspect the initializer list to validate it and determine its type.
  1201. // FIXME: doing this every time is probably inefficient; caching would be nice
  1202. RecordDecl *record = init->getType()->castAs<RecordType>()->getDecl();
  1203. RecordDecl::field_iterator field = record->field_begin();
  1204. if (field == record->field_end()) {
  1205. ErrorUnsupported(D, "weird std::initializer_list");
  1206. return 0;
  1207. }
  1208. QualType elementPtr = ctx.getPointerType(elementType.withConst());
  1209. // Start pointer.
  1210. if (!ctx.hasSameType(field->getType(), elementPtr)) {
  1211. ErrorUnsupported(D, "weird std::initializer_list");
  1212. return 0;
  1213. }
  1214. ++field;
  1215. if (field == record->field_end()) {
  1216. ErrorUnsupported(D, "weird std::initializer_list");
  1217. return 0;
  1218. }
  1219. bool isStartEnd = false;
  1220. if (ctx.hasSameType(field->getType(), elementPtr)) {
  1221. // End pointer.
  1222. isStartEnd = true;
  1223. } else if(!ctx.hasSameType(field->getType(), ctx.getSizeType())) {
  1224. ErrorUnsupported(D, "weird std::initializer_list");
  1225. return 0;
  1226. }
  1227. // Now build an APValue representing the std::initializer_list.
  1228. APValue initListValue(APValue::UninitStruct(), 0, 2);
  1229. APValue &startField = initListValue.getStructField(0);
  1230. APValue::LValuePathEntry startOffsetPathEntry;
  1231. startOffsetPathEntry.ArrayIndex = 0;
  1232. startField = APValue(APValue::LValueBase(backingArray),
  1233. CharUnits::fromQuantity(0),
  1234. llvm::makeArrayRef(startOffsetPathEntry),
  1235. /*IsOnePastTheEnd=*/false, 0);
  1236. if (isStartEnd) {
  1237. APValue &endField = initListValue.getStructField(1);
  1238. APValue::LValuePathEntry endOffsetPathEntry;
  1239. endOffsetPathEntry.ArrayIndex = numInits;
  1240. endField = APValue(APValue::LValueBase(backingArray),
  1241. ctx.getTypeSizeInChars(elementType) * numInits,
  1242. llvm::makeArrayRef(endOffsetPathEntry),
  1243. /*IsOnePastTheEnd=*/true, 0);
  1244. } else {
  1245. APValue &sizeField = initListValue.getStructField(1);
  1246. sizeField = APValue(llvm::APSInt(numElements));
  1247. }
  1248. // Emit the constant for the initializer_list.
  1249. llvm::Constant *llvmInit = EmitConstantValue(initListValue, D->getType());
  1250. assert(llvmInit && "failed to initialize as constant");
  1251. return llvmInit;
  1252. }
  1253. void CodeGenModule::EmitGlobalVarDefinition(const VarDecl *D) {
  1254. llvm::Constant *Init = 0;
  1255. QualType ASTTy = D->getType();
  1256. CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
  1257. bool NeedsGlobalCtor = false;
  1258. bool NeedsGlobalDtor = RD && !RD->hasTrivialDestructor();
  1259. const VarDecl *InitDecl;
  1260. const Expr *InitExpr = D->getAnyInitializer(InitDecl);
  1261. if (!InitExpr) {
  1262. // This is a tentative definition; tentative definitions are
  1263. // implicitly initialized with { 0 }.
  1264. //
  1265. // Note that tentative definitions are only emitted at the end of
  1266. // a translation unit, so they should never have incomplete
  1267. // type. In addition, EmitTentativeDefinition makes sure that we
  1268. // never attempt to emit a tentative definition if a real one
  1269. // exists. A use may still exists, however, so we still may need
  1270. // to do a RAUW.
  1271. assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type");
  1272. Init = EmitNullConstant(D->getType());
  1273. } else {
  1274. // If this is a std::initializer_list, emit the special initializer.
  1275. Init = MaybeEmitGlobalStdInitializerListInitializer(D, InitExpr);
  1276. // An empty init list will perform zero-initialization, which happens
  1277. // to be exactly what we want.
  1278. // FIXME: It does so in a global constructor, which is *not* what we
  1279. // want.
  1280. if (!Init)
  1281. Init = EmitConstantInit(*InitDecl);
  1282. if (!Init) {
  1283. QualType T = InitExpr->getType();
  1284. if (D->getType()->isReferenceType())
  1285. T = D->getType();
  1286. if (getLangOptions().CPlusPlus) {
  1287. Init = EmitNullConstant(T);
  1288. NeedsGlobalCtor = true;
  1289. } else {
  1290. ErrorUnsupported(D, "static initializer");
  1291. Init = llvm::UndefValue::get(getTypes().ConvertType(T));
  1292. }
  1293. } else {
  1294. // We don't need an initializer, so remove the entry for the delayed
  1295. // initializer position (just in case this entry was delayed) if we
  1296. // also don't need to register a destructor.
  1297. if (getLangOptions().CPlusPlus && !NeedsGlobalDtor)
  1298. DelayedCXXInitPosition.erase(D);
  1299. }
  1300. }
  1301. llvm::Type* InitType = Init->getType();
  1302. llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType);
  1303. // Strip off a bitcast if we got one back.
  1304. if (llvm::ConstantExpr *CE = dyn_cast<llvm::ConstantExpr>(Entry)) {
  1305. assert(CE->getOpcode() == llvm::Instruction::BitCast ||
  1306. // all zero index gep.
  1307. CE->getOpcode() == llvm::Instruction::GetElementPtr);
  1308. Entry = CE->getOperand(0);
  1309. }
  1310. // Entry is now either a Function or GlobalVariable.
  1311. llvm::GlobalVariable *GV = dyn_cast<llvm::GlobalVariable>(Entry);
  1312. // We have a definition after a declaration with the wrong type.
  1313. // We must make a new GlobalVariable* and update everything that used OldGV
  1314. // (a declaration or tentative definition) with the new GlobalVariable*
  1315. // (which will be a definition).
  1316. //
  1317. // This happens if there is a prototype for a global (e.g.
  1318. // "extern int x[];") and then a definition of a different type (e.g.
  1319. // "int x[10];"). This also happens when an initializer has a different type
  1320. // from the type of the global (this happens with unions).
  1321. if (GV == 0 ||
  1322. GV->getType()->getElementType() != InitType ||
  1323. GV->getType()->getAddressSpace() !=
  1324. getContext().getTargetAddressSpace(ASTTy)) {
  1325. // Move the old entry aside so that we'll create a new one.
  1326. Entry->setName(StringRef());
  1327. // Make a new global with the correct type, this is now guaranteed to work.
  1328. GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));
  1329. // Replace all uses of the old global with the new global
  1330. llvm::Constant *NewPtrForOldDecl =
  1331. llvm::ConstantExpr::getBitCast(GV, Entry->getType());
  1332. Entry->replaceAllUsesWith(NewPtrForOldDecl);
  1333. // Erase the old global, since it is no longer used.
  1334. cast<llvm::GlobalValue>(Entry)->eraseFromParent();
  1335. }
  1336. if (D->hasAttr<AnnotateAttr>())
  1337. AddGlobalAnnotations(D, GV);
  1338. GV->setInitializer(Init);
  1339. // If it is safe to mark the global 'constant', do so now.
  1340. GV->setConstant(!NeedsGlobalCtor && !NeedsGlobalDtor &&
  1341. isTypeConstant(D->getType(), true));
  1342. GV->setAlignment(getContext().getDeclAlign(D).getQuantity());
  1343. // Set the llvm linkage type as appropriate.
  1344. llvm::GlobalValue::LinkageTypes Linkage =
  1345. GetLLVMLinkageVarDefinition(D, GV);
  1346. GV->setLinkage(Linkage);
  1347. if (Linkage == llvm::GlobalVariable::CommonLinkage)
  1348. // common vars aren't constant even if declared const.
  1349. GV->setConstant(false);
  1350. SetCommonAttributes(D, GV);
  1351. // Emit the initializer function if necessary.
  1352. if (NeedsGlobalCtor || NeedsGlobalDtor)
  1353. EmitCXXGlobalVarDeclInitFunc(D, GV, NeedsGlobalCtor);
  1354. // Emit global variable debug information.
  1355. if (CGDebugInfo *DI = getModuleDebugInfo())
  1356. DI->EmitGlobalVariable(GV, D);
  1357. }
  1358. llvm::GlobalValue::LinkageTypes
  1359. CodeGenModule::GetLLVMLinkageVarDefinition(const VarDecl *D,
  1360. llvm::GlobalVariable *GV) {
  1361. GVALinkage Linkage = getContext().GetGVALinkageForVariable(D);
  1362. if (Linkage == GVA_Internal)
  1363. return llvm::Function::InternalLinkage;
  1364. else if (D->hasAttr<DLLImportAttr>())
  1365. return llvm::Function::DLLImportLinkage;
  1366. else if (D->hasAttr<DLLExportAttr>())
  1367. return llvm::Function::DLLExportLinkage;
  1368. else if (D->hasAttr<WeakAttr>()) {
  1369. if (GV->isConstant())
  1370. return llvm::GlobalVariable::WeakODRLinkage;
  1371. else
  1372. return llvm::GlobalVariable::WeakAnyLinkage;
  1373. } else if (Linkage == GVA_TemplateInstantiation ||
  1374. Linkage == GVA_ExplicitTemplateInstantiation)
  1375. return llvm::GlobalVariable::WeakODRLinkage;
  1376. else if (!getLangOptions().CPlusPlus &&
  1377. ((!CodeGenOpts.NoCommon && !D->getAttr<NoCommonAttr>()) ||
  1378. D->getAttr<CommonAttr>()) &&
  1379. !D->hasExternalStorage() && !D->getInit() &&
  1380. !D->getAttr<SectionAttr>() && !D->isThreadSpecified() &&
  1381. !D->getAttr<WeakImportAttr>()) {
  1382. // Thread local vars aren't considered common linkage.
  1383. return llvm::GlobalVariable::CommonLinkage;
  1384. }
  1385. return llvm::GlobalVariable::ExternalLinkage;
  1386. }
  1387. /// ReplaceUsesOfNonProtoTypeWithRealFunction - This function is called when we
  1388. /// implement a function with no prototype, e.g. "int foo() {}". If there are
  1389. /// existing call uses of the old function in the module, this adjusts them to
  1390. /// call the new function directly.
  1391. ///
  1392. /// This is not just a cleanup: the always_inline pass requires direct calls to
  1393. /// functions to be able to inline them. If there is a bitcast in the way, it
  1394. /// won't inline them. Instcombine normally deletes these calls, but it isn't
  1395. /// run at -O0.
  1396. static void ReplaceUsesOfNonProtoTypeWithRealFunction(llvm::GlobalValue *Old,
  1397. llvm::Function *NewFn) {
  1398. // If we're redefining a global as a function, don't transform it.
  1399. llvm::Function *OldFn = dyn_cast<llvm::Function>(Old);
  1400. if (OldFn == 0) return;
  1401. llvm::Type *NewRetTy = NewFn->getReturnType();
  1402. SmallVector<llvm::Value*, 4> ArgList;
  1403. for (llvm::Value::use_iterator UI = OldFn->use_begin(), E = OldFn->use_end();
  1404. UI != E; ) {
  1405. // TODO: Do invokes ever occur in C code? If so, we should handle them too.
  1406. llvm::Value::use_iterator I = UI++; // Increment before the CI is erased.
  1407. llvm::CallInst *CI = dyn_cast<llvm::CallInst>(*I);
  1408. if (!CI) continue; // FIXME: when we allow Invoke, just do CallSite CS(*I)
  1409. llvm::CallSite CS(CI);
  1410. if (!CI || !CS.isCallee(I)) continue;
  1411. // If the return types don't match exactly, and if the call isn't dead, then
  1412. // we can't transform this call.
  1413. if (CI->getType() != NewRetTy && !CI->use_empty())
  1414. continue;
  1415. // Get the attribute list.
  1416. llvm::SmallVector<llvm::AttributeWithIndex, 8> AttrVec;
  1417. llvm::AttrListPtr AttrList = CI->getAttributes();
  1418. // Get any return attributes.
  1419. llvm::Attributes RAttrs = AttrList.getRetAttributes();
  1420. // Add the return attributes.
  1421. if (RAttrs)
  1422. AttrVec.push_back(llvm::AttributeWithIndex::get(0, RAttrs));
  1423. // If the function was passed too few arguments, don't transform. If extra
  1424. // arguments were passed, we silently drop them. If any of the types
  1425. // mismatch, we don't transform.
  1426. unsigned ArgNo = 0;
  1427. bool DontTransform = false;
  1428. for (llvm::Function::arg_iterator AI = NewFn->arg_begin(),
  1429. E = NewFn->arg_end(); AI != E; ++AI, ++ArgNo) {
  1430. if (CS.arg_size() == ArgNo ||
  1431. CS.getArgument(ArgNo)->getType() != AI->getType()) {
  1432. DontTransform = true;
  1433. break;
  1434. }
  1435. // Add any parameter attributes.
  1436. if (llvm::Attributes PAttrs = AttrList.getParamAttributes(ArgNo + 1))
  1437. AttrVec.push_back(llvm::AttributeWithIndex::get(ArgNo + 1, PAttrs));
  1438. }
  1439. if (DontTransform)
  1440. continue;
  1441. if (llvm::Attributes FnAttrs = AttrList.getFnAttributes())
  1442. AttrVec.push_back(llvm::AttributeWithIndex::get(~0, FnAttrs));
  1443. // Okay, we can transform this. Create the new call instruction and copy
  1444. // over the required information.
  1445. ArgList.append(CS.arg_begin(), CS.arg_begin() + ArgNo);
  1446. llvm::CallInst *NewCall = llvm::CallInst::Create(NewFn, ArgList, "", CI);
  1447. ArgList.clear();
  1448. if (!NewCall->getType()->isVoidTy())
  1449. NewCall->takeName(CI);
  1450. NewCall->setAttributes(llvm::AttrListPtr::get(AttrVec.begin(),
  1451. AttrVec.end()));
  1452. NewCall->setCallingConv(CI->getCallingConv());
  1453. // Finally, remove the old call, replacing any uses with the new one.
  1454. if (!CI->use_empty())
  1455. CI->replaceAllUsesWith(NewCall);
  1456. // Copy debug location attached to CI.
  1457. if (!CI->getDebugLoc().isUnknown())
  1458. NewCall->setDebugLoc(CI->getDebugLoc());
  1459. CI->eraseFromParent();
  1460. }
  1461. }
  1462. void CodeGenModule::EmitGlobalFunctionDefinition(GlobalDecl GD) {
  1463. const FunctionDecl *D = cast<FunctionDecl>(GD.getDecl());
  1464. // Compute the function info and LLVM type.
  1465. const CGFunctionInfo &FI = getTypes().arrangeGlobalDeclaration(GD);
  1466. llvm::FunctionType *Ty = getTypes().GetFunctionType(FI);
  1467. // Get or create the prototype for the function.
  1468. llvm::Constant *Entry = GetAddrOfFunction(GD, Ty);
  1469. // Strip off a bitcast if we got one back.
  1470. if (llvm::ConstantExpr *CE = dyn_cast<llvm::ConstantExpr>(Entry)) {
  1471. assert(CE->getOpcode() == llvm::Instruction::BitCast);
  1472. Entry = CE->getOperand(0);
  1473. }
  1474. if (cast<llvm::GlobalValue>(Entry)->getType()->getElementType() != Ty) {
  1475. llvm::GlobalValue *OldFn = cast<llvm::GlobalValue>(Entry);
  1476. // If the types mismatch then we have to rewrite the definition.
  1477. assert(OldFn->isDeclaration() &&
  1478. "Shouldn't replace non-declaration");
  1479. // F is the Function* for the one with the wrong type, we must make a new
  1480. // Function* and update everything that used F (a declaration) with the new
  1481. // Function* (which will be a definition).
  1482. //
  1483. // This happens if there is a prototype for a function
  1484. // (e.g. "int f()") and then a definition of a different type
  1485. // (e.g. "int f(int x)"). Move the old function aside so that it
  1486. // doesn't interfere with GetAddrOfFunction.
  1487. OldFn->setName(StringRef());
  1488. llvm::Function *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty));
  1489. // If this is an implementation of a function without a prototype, try to
  1490. // replace any existing uses of the function (which may be calls) with uses
  1491. // of the new function
  1492. if (D->getType()->isFunctionNoProtoType()) {
  1493. ReplaceUsesOfNonProtoTypeWithRealFunction(OldFn, NewFn);
  1494. OldFn->removeDeadConstantUsers();
  1495. }
  1496. // Replace uses of F with the Function we will endow with a body.
  1497. if (!Entry->use_empty()) {
  1498. llvm::Constant *NewPtrForOldDecl =
  1499. llvm::ConstantExpr::getBitCast(NewFn, Entry->getType());
  1500. Entry->replaceAllUsesWith(NewPtrForOldDecl);
  1501. }
  1502. // Ok, delete the old function now, which is dead.
  1503. OldFn->eraseFromParent();
  1504. Entry = NewFn;
  1505. }
  1506. // We need to set linkage and visibility on the function before
  1507. // generating code for it because various parts of IR generation
  1508. // want to propagate this information down (e.g. to local static
  1509. // declarations).
  1510. llvm::Function *Fn = cast<llvm::Function>(Entry);
  1511. setFunctionLinkage(D, Fn);
  1512. // FIXME: this is redundant with part of SetFunctionDefinitionAttributes
  1513. setGlobalVisibility(Fn, D);
  1514. CodeGenFunction(*this).GenerateCode(D, Fn, FI);
  1515. SetFunctionDefinitionAttributes(D, Fn);
  1516. SetLLVMFunctionAttributesForDefinition(D, Fn);
  1517. if (const ConstructorAttr *CA = D->getAttr<ConstructorAttr>())
  1518. AddGlobalCtor(Fn, CA->getPriority());
  1519. if (const DestructorAttr *DA = D->getAttr<DestructorAttr>())
  1520. AddGlobalDtor(Fn, DA->getPriority());
  1521. if (D->hasAttr<AnnotateAttr>())
  1522. AddGlobalAnnotations(D, Fn);
  1523. }
  1524. void CodeGenModule::EmitAliasDefinition(GlobalDecl GD) {
  1525. const ValueDecl *D = cast<ValueDecl>(GD.getDecl());
  1526. const AliasAttr *AA = D->getAttr<AliasAttr>();
  1527. assert(AA && "Not an alias?");
  1528. StringRef MangledName = getMangledName(GD);
  1529. // If there is a definition in the module, then it wins over the alias.
  1530. // This is dubious, but allow it to be safe. Just ignore the alias.
  1531. llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
  1532. if (Entry && !Entry->isDeclaration())
  1533. return;
  1534. llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType());
  1535. // Create a reference to the named value. This ensures that it is emitted
  1536. // if a deferred decl.
  1537. llvm::Constant *Aliasee;
  1538. if (isa<llvm::FunctionType>(DeclTy))
  1539. Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
  1540. /*ForVTable=*/false);
  1541. else
  1542. Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
  1543. llvm::PointerType::getUnqual(DeclTy), 0);
  1544. // Create the new alias itself, but don't set a name yet.
  1545. llvm::GlobalValue *GA =
  1546. new llvm::GlobalAlias(Aliasee->getType(),
  1547. llvm::Function::ExternalLinkage,
  1548. "", Aliasee, &getModule());
  1549. if (Entry) {
  1550. assert(Entry->isDeclaration());
  1551. // If there is a declaration in the module, then we had an extern followed
  1552. // by the alias, as in:
  1553. // extern int test6();
  1554. // ...
  1555. // int test6() __attribute__((alias("test7")));
  1556. //
  1557. // Remove it and replace uses of it with the alias.
  1558. GA->takeName(Entry);
  1559. Entry->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GA,
  1560. Entry->getType()));
  1561. Entry->eraseFromParent();
  1562. } else {
  1563. GA->setName(MangledName);
  1564. }
  1565. // Set attributes which are particular to an alias; this is a
  1566. // specialization of the attributes which may be set on a global
  1567. // variable/function.
  1568. if (D->hasAttr<DLLExportAttr>()) {
  1569. if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
  1570. // The dllexport attribute is ignored for undefined symbols.
  1571. if (FD->hasBody())
  1572. GA->setLinkage(llvm::Function::DLLExportLinkage);
  1573. } else {
  1574. GA->setLinkage(llvm::Function::DLLExportLinkage);
  1575. }
  1576. } else if (D->hasAttr<WeakAttr>() ||
  1577. D->hasAttr<WeakRefAttr>() ||
  1578. D->isWeakImported()) {
  1579. GA->setLinkage(llvm::Function::WeakAnyLinkage);
  1580. }
  1581. SetCommonAttributes(D, GA);
  1582. }
  1583. llvm::Function *CodeGenModule::getIntrinsic(unsigned IID,
  1584. ArrayRef<llvm::Type*> Tys) {
  1585. return llvm::Intrinsic::getDeclaration(&getModule(), (llvm::Intrinsic::ID)IID,
  1586. Tys);
  1587. }
  1588. static llvm::StringMapEntry<llvm::Constant*> &
  1589. GetConstantCFStringEntry(llvm::StringMap<llvm::Constant*> &Map,
  1590. const StringLiteral *Literal,
  1591. bool TargetIsLSB,
  1592. bool &IsUTF16,
  1593. unsigned &StringLength) {
  1594. StringRef String = Literal->getString();
  1595. unsigned NumBytes = String.size();
  1596. // Check for simple case.
  1597. if (!Literal->containsNonAsciiOrNull()) {
  1598. StringLength = NumBytes;
  1599. return Map.GetOrCreateValue(String);
  1600. }
  1601. // Otherwise, convert the UTF8 literals into a byte string.
  1602. SmallVector<UTF16, 128> ToBuf(NumBytes);
  1603. const UTF8 *FromPtr = (UTF8 *)String.data();
  1604. UTF16 *ToPtr = &ToBuf[0];
  1605. (void)ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
  1606. &ToPtr, ToPtr + NumBytes,
  1607. strictConversion);
  1608. // ConvertUTF8toUTF16 returns the length in ToPtr.
  1609. StringLength = ToPtr - &ToBuf[0];
  1610. // Render the UTF-16 string into a byte array and convert to the target byte
  1611. // order.
  1612. //
  1613. // FIXME: This isn't something we should need to do here.
  1614. SmallString<128> AsBytes;
  1615. AsBytes.reserve(StringLength * 2);
  1616. for (unsigned i = 0; i != StringLength; ++i) {
  1617. unsigned short Val = ToBuf[i];
  1618. if (TargetIsLSB) {
  1619. AsBytes.push_back(Val & 0xFF);
  1620. AsBytes.push_back(Val >> 8);
  1621. } else {
  1622. AsBytes.push_back(Val >> 8);
  1623. AsBytes.push_back(Val & 0xFF);
  1624. }
  1625. }
  1626. // Append one extra null character, the second is automatically added by our
  1627. // caller.
  1628. AsBytes.push_back(0);
  1629. IsUTF16 = true;
  1630. return Map.GetOrCreateValue(StringRef(AsBytes.data(), AsBytes.size()));
  1631. }
  1632. static llvm::StringMapEntry<llvm::Constant*> &
  1633. GetConstantStringEntry(llvm::StringMap<llvm::Constant*> &Map,
  1634. const StringLiteral *Literal,
  1635. unsigned &StringLength)
  1636. {
  1637. StringRef String = Literal->getString();
  1638. StringLength = String.size();
  1639. return Map.GetOrCreateValue(String);
  1640. }
  1641. llvm::Constant *
  1642. CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) {
  1643. unsigned StringLength = 0;
  1644. bool isUTF16 = false;
  1645. llvm::StringMapEntry<llvm::Constant*> &Entry =
  1646. GetConstantCFStringEntry(CFConstantStringMap, Literal,
  1647. getTargetData().isLittleEndian(),
  1648. isUTF16, StringLength);
  1649. if (llvm::Constant *C = Entry.getValue())
  1650. return C;
  1651. llvm::Constant *Zero = llvm::Constant::getNullValue(Int32Ty);
  1652. llvm::Constant *Zeros[] = { Zero, Zero };
  1653. // If we don't already have it, get __CFConstantStringClassReference.
  1654. if (!CFConstantStringClassRef) {
  1655. llvm::Type *Ty = getTypes().ConvertType(getContext().IntTy);
  1656. Ty = llvm::ArrayType::get(Ty, 0);
  1657. llvm::Constant *GV = CreateRuntimeVariable(Ty,
  1658. "__CFConstantStringClassReference");
  1659. // Decay array -> ptr
  1660. CFConstantStringClassRef =
  1661. llvm::ConstantExpr::getGetElementPtr(GV, Zeros);
  1662. }
  1663. QualType CFTy = getContext().getCFConstantStringType();
  1664. llvm::StructType *STy =
  1665. cast<llvm::StructType>(getTypes().ConvertType(CFTy));
  1666. llvm::Constant *Fields[4];
  1667. // Class pointer.
  1668. Fields[0] = CFConstantStringClassRef;
  1669. // Flags.
  1670. llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
  1671. Fields[1] = isUTF16 ? llvm::ConstantInt::get(Ty, 0x07d0) :
  1672. llvm::ConstantInt::get(Ty, 0x07C8);
  1673. // String pointer.
  1674. llvm::Constant *C = llvm::ConstantDataArray::getString(VMContext,
  1675. Entry.getKey());
  1676. llvm::GlobalValue::LinkageTypes Linkage;
  1677. if (isUTF16)
  1678. // FIXME: why do utf strings get "_" labels instead of "L" labels?
  1679. Linkage = llvm::GlobalValue::InternalLinkage;
  1680. else
  1681. // FIXME: With OS X ld 123.2 (xcode 4) and LTO we would get a linker error
  1682. // when using private linkage. It is not clear if this is a bug in ld
  1683. // or a reasonable new restriction.
  1684. Linkage = llvm::GlobalValue::LinkerPrivateLinkage;
  1685. // Note: -fwritable-strings doesn't make the backing store strings of
  1686. // CFStrings writable. (See <rdar://problem/10657500>)
  1687. llvm::GlobalVariable *GV =
  1688. new llvm::GlobalVariable(getModule(), C->getType(), /*isConstant=*/true,
  1689. Linkage, C, ".str");
  1690. GV->setUnnamedAddr(true);
  1691. if (isUTF16) {
  1692. CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
  1693. GV->setAlignment(Align.getQuantity());
  1694. } else {
  1695. CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
  1696. GV->setAlignment(Align.getQuantity());
  1697. }
  1698. Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros);
  1699. // String length.
  1700. Ty = getTypes().ConvertType(getContext().LongTy);
  1701. Fields[3] = llvm::ConstantInt::get(Ty, StringLength);
  1702. // The struct.
  1703. C = llvm::ConstantStruct::get(STy, Fields);
  1704. GV = new llvm::GlobalVariable(getModule(), C->getType(), true,
  1705. llvm::GlobalVariable::PrivateLinkage, C,
  1706. "_unnamed_cfstring_");
  1707. if (const char *Sect = getContext().getTargetInfo().getCFStringSection())
  1708. GV->setSection(Sect);
  1709. Entry.setValue(GV);
  1710. return GV;
  1711. }
  1712. static RecordDecl *
  1713. CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
  1714. DeclContext *DC, IdentifierInfo *Id) {
  1715. SourceLocation Loc;
  1716. if (Ctx.getLangOptions().CPlusPlus)
  1717. return CXXRecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
  1718. else
  1719. return RecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
  1720. }
  1721. llvm::Constant *
  1722. CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) {
  1723. unsigned StringLength = 0;
  1724. llvm::StringMapEntry<llvm::Constant*> &Entry =
  1725. GetConstantStringEntry(CFConstantStringMap, Literal, StringLength);
  1726. if (llvm::Constant *C = Entry.getValue())
  1727. return C;
  1728. llvm::Constant *Zero = llvm::Constant::getNullValue(Int32Ty);
  1729. llvm::Constant *Zeros[] = { Zero, Zero };
  1730. // If we don't already have it, get _NSConstantStringClassReference.
  1731. if (!ConstantStringClassRef) {
  1732. std::string StringClass(getLangOptions().ObjCConstantStringClass);
  1733. llvm::Type *Ty = getTypes().ConvertType(getContext().IntTy);
  1734. llvm::Constant *GV;
  1735. if (Features.ObjCNonFragileABI) {
  1736. std::string str =
  1737. StringClass.empty() ? "OBJC_CLASS_$_NSConstantString"
  1738. : "OBJC_CLASS_$_" + StringClass;
  1739. GV = getObjCRuntime().GetClassGlobal(str);
  1740. // Make sure the result is of the correct type.
  1741. llvm::Type *PTy = llvm::PointerType::getUnqual(Ty);
  1742. ConstantStringClassRef =
  1743. llvm::ConstantExpr::getBitCast(GV, PTy);
  1744. } else {
  1745. std::string str =
  1746. StringClass.empty() ? "_NSConstantStringClassReference"
  1747. : "_" + StringClass + "ClassReference";
  1748. llvm::Type *PTy = llvm::ArrayType::get(Ty, 0);
  1749. GV = CreateRuntimeVariable(PTy, str);
  1750. // Decay array -> ptr
  1751. ConstantStringClassRef =
  1752. llvm::ConstantExpr::getGetElementPtr(GV, Zeros);
  1753. }
  1754. }
  1755. if (!NSConstantStringType) {
  1756. // Construct the type for a constant NSString.
  1757. RecordDecl *D = CreateRecordDecl(Context, TTK_Struct,
  1758. Context.getTranslationUnitDecl(),
  1759. &Context.Idents.get("__builtin_NSString"));
  1760. D->startDefinition();
  1761. QualType FieldTypes[3];
  1762. // const int *isa;
  1763. FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
  1764. // const char *str;
  1765. FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
  1766. // unsigned int length;
  1767. FieldTypes[2] = Context.UnsignedIntTy;
  1768. // Create fields
  1769. for (unsigned i = 0; i < 3; ++i) {
  1770. FieldDecl *Field = FieldDecl::Create(Context, D,
  1771. SourceLocation(),
  1772. SourceLocation(), 0,
  1773. FieldTypes[i], /*TInfo=*/0,
  1774. /*BitWidth=*/0,
  1775. /*Mutable=*/false,
  1776. /*HasInit=*/false);
  1777. Field->setAccess(AS_public);
  1778. D->addDecl(Field);
  1779. }
  1780. D->completeDefinition();
  1781. QualType NSTy = Context.getTagDeclType(D);
  1782. NSConstantStringType = cast<llvm::StructType>(getTypes().ConvertType(NSTy));
  1783. }
  1784. llvm::Constant *Fields[3];
  1785. // Class pointer.
  1786. Fields[0] = ConstantStringClassRef;
  1787. // String pointer.
  1788. llvm::Constant *C =
  1789. llvm::ConstantDataArray::getString(VMContext, Entry.getKey());
  1790. llvm::GlobalValue::LinkageTypes Linkage;
  1791. bool isConstant;
  1792. Linkage = llvm::GlobalValue::PrivateLinkage;
  1793. isConstant = !Features.WritableStrings;
  1794. llvm::GlobalVariable *GV =
  1795. new llvm::GlobalVariable(getModule(), C->getType(), isConstant, Linkage, C,
  1796. ".str");
  1797. GV->setUnnamedAddr(true);
  1798. CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
  1799. GV->setAlignment(Align.getQuantity());
  1800. Fields[1] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros);
  1801. // String length.
  1802. llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
  1803. Fields[2] = llvm::ConstantInt::get(Ty, StringLength);
  1804. // The struct.
  1805. C = llvm::ConstantStruct::get(NSConstantStringType, Fields);
  1806. GV = new llvm::GlobalVariable(getModule(), C->getType(), true,
  1807. llvm::GlobalVariable::PrivateLinkage, C,
  1808. "_unnamed_nsstring_");
  1809. // FIXME. Fix section.
  1810. if (const char *Sect =
  1811. Features.ObjCNonFragileABI
  1812. ? getContext().getTargetInfo().getNSStringNonFragileABISection()
  1813. : getContext().getTargetInfo().getNSStringSection())
  1814. GV->setSection(Sect);
  1815. Entry.setValue(GV);
  1816. return GV;
  1817. }
  1818. QualType CodeGenModule::getObjCFastEnumerationStateType() {
  1819. if (ObjCFastEnumerationStateType.isNull()) {
  1820. RecordDecl *D = CreateRecordDecl(Context, TTK_Struct,
  1821. Context.getTranslationUnitDecl(),
  1822. &Context.Idents.get("__objcFastEnumerationState"));
  1823. D->startDefinition();
  1824. QualType FieldTypes[] = {
  1825. Context.UnsignedLongTy,
  1826. Context.getPointerType(Context.getObjCIdType()),
  1827. Context.getPointerType(Context.UnsignedLongTy),
  1828. Context.getConstantArrayType(Context.UnsignedLongTy,
  1829. llvm::APInt(32, 5), ArrayType::Normal, 0)
  1830. };
  1831. for (size_t i = 0; i < 4; ++i) {
  1832. FieldDecl *Field = FieldDecl::Create(Context,
  1833. D,
  1834. SourceLocation(),
  1835. SourceLocation(), 0,
  1836. FieldTypes[i], /*TInfo=*/0,
  1837. /*BitWidth=*/0,
  1838. /*Mutable=*/false,
  1839. /*HasInit=*/false);
  1840. Field->setAccess(AS_public);
  1841. D->addDecl(Field);
  1842. }
  1843. D->completeDefinition();
  1844. ObjCFastEnumerationStateType = Context.getTagDeclType(D);
  1845. }
  1846. return ObjCFastEnumerationStateType;
  1847. }
  1848. llvm::Constant *
  1849. CodeGenModule::GetConstantArrayFromStringLiteral(const StringLiteral *E) {
  1850. assert(!E->getType()->isPointerType() && "Strings are always arrays");
  1851. // Don't emit it as the address of the string, emit the string data itself
  1852. // as an inline array.
  1853. if (E->getCharByteWidth() == 1) {
  1854. SmallString<64> Str(E->getString());
  1855. // Resize the string to the right size, which is indicated by its type.
  1856. const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
  1857. Str.resize(CAT->getSize().getZExtValue());
  1858. return llvm::ConstantDataArray::getString(VMContext, Str, false);
  1859. }
  1860. llvm::ArrayType *AType =
  1861. cast<llvm::ArrayType>(getTypes().ConvertType(E->getType()));
  1862. llvm::Type *ElemTy = AType->getElementType();
  1863. unsigned NumElements = AType->getNumElements();
  1864. // Wide strings have either 2-byte or 4-byte elements.
  1865. if (ElemTy->getPrimitiveSizeInBits() == 16) {
  1866. SmallVector<uint16_t, 32> Elements;
  1867. Elements.reserve(NumElements);
  1868. for(unsigned i = 0, e = E->getLength(); i != e; ++i)
  1869. Elements.push_back(E->getCodeUnit(i));
  1870. Elements.resize(NumElements);
  1871. return llvm::ConstantDataArray::get(VMContext, Elements);
  1872. }
  1873. assert(ElemTy->getPrimitiveSizeInBits() == 32);
  1874. SmallVector<uint32_t, 32> Elements;
  1875. Elements.reserve(NumElements);
  1876. for(unsigned i = 0, e = E->getLength(); i != e; ++i)
  1877. Elements.push_back(E->getCodeUnit(i));
  1878. Elements.resize(NumElements);
  1879. return llvm::ConstantDataArray::get(VMContext, Elements);
  1880. }
  1881. /// GetAddrOfConstantStringFromLiteral - Return a pointer to a
  1882. /// constant array for the given string literal.
  1883. llvm::Constant *
  1884. CodeGenModule::GetAddrOfConstantStringFromLiteral(const StringLiteral *S) {
  1885. CharUnits Align = getContext().getTypeAlignInChars(S->getType());
  1886. if (S->isAscii() || S->isUTF8()) {
  1887. SmallString<64> Str(S->getString());
  1888. // Resize the string to the right size, which is indicated by its type.
  1889. const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
  1890. Str.resize(CAT->getSize().getZExtValue());
  1891. return GetAddrOfConstantString(Str, /*GlobalName*/ 0, Align.getQuantity());
  1892. }
  1893. // FIXME: the following does not memoize wide strings.
  1894. llvm::Constant *C = GetConstantArrayFromStringLiteral(S);
  1895. llvm::GlobalVariable *GV =
  1896. new llvm::GlobalVariable(getModule(),C->getType(),
  1897. !Features.WritableStrings,
  1898. llvm::GlobalValue::PrivateLinkage,
  1899. C,".str");
  1900. GV->setAlignment(Align.getQuantity());
  1901. GV->setUnnamedAddr(true);
  1902. return GV;
  1903. }
  1904. /// GetAddrOfConstantStringFromObjCEncode - Return a pointer to a constant
  1905. /// array for the given ObjCEncodeExpr node.
  1906. llvm::Constant *
  1907. CodeGenModule::GetAddrOfConstantStringFromObjCEncode(const ObjCEncodeExpr *E) {
  1908. std::string Str;
  1909. getContext().getObjCEncodingForType(E->getEncodedType(), Str);
  1910. return GetAddrOfConstantCString(Str);
  1911. }
  1912. /// GenerateWritableString -- Creates storage for a string literal.
  1913. static llvm::GlobalVariable *GenerateStringLiteral(StringRef str,
  1914. bool constant,
  1915. CodeGenModule &CGM,
  1916. const char *GlobalName,
  1917. unsigned Alignment) {
  1918. // Create Constant for this string literal. Don't add a '\0'.
  1919. llvm::Constant *C =
  1920. llvm::ConstantDataArray::getString(CGM.getLLVMContext(), str, false);
  1921. // Create a global variable for this string
  1922. llvm::GlobalVariable *GV =
  1923. new llvm::GlobalVariable(CGM.getModule(), C->getType(), constant,
  1924. llvm::GlobalValue::PrivateLinkage,
  1925. C, GlobalName);
  1926. GV->setAlignment(Alignment);
  1927. GV->setUnnamedAddr(true);
  1928. return GV;
  1929. }
  1930. /// GetAddrOfConstantString - Returns a pointer to a character array
  1931. /// containing the literal. This contents are exactly that of the
  1932. /// given string, i.e. it will not be null terminated automatically;
  1933. /// see GetAddrOfConstantCString. Note that whether the result is
  1934. /// actually a pointer to an LLVM constant depends on
  1935. /// Feature.WriteableStrings.
  1936. ///
  1937. /// The result has pointer to array type.
  1938. llvm::Constant *CodeGenModule::GetAddrOfConstantString(StringRef Str,
  1939. const char *GlobalName,
  1940. unsigned Alignment) {
  1941. // Get the default prefix if a name wasn't specified.
  1942. if (!GlobalName)
  1943. GlobalName = ".str";
  1944. // Don't share any string literals if strings aren't constant.
  1945. if (Features.WritableStrings)
  1946. return GenerateStringLiteral(Str, false, *this, GlobalName, Alignment);
  1947. llvm::StringMapEntry<llvm::GlobalVariable *> &Entry =
  1948. ConstantStringMap.GetOrCreateValue(Str);
  1949. if (llvm::GlobalVariable *GV = Entry.getValue()) {
  1950. if (Alignment > GV->getAlignment()) {
  1951. GV->setAlignment(Alignment);
  1952. }
  1953. return GV;
  1954. }
  1955. // Create a global variable for this.
  1956. llvm::GlobalVariable *GV = GenerateStringLiteral(Str, true, *this, GlobalName,
  1957. Alignment);
  1958. Entry.setValue(GV);
  1959. return GV;
  1960. }
  1961. /// GetAddrOfConstantCString - Returns a pointer to a character
  1962. /// array containing the literal and a terminating '\0'
  1963. /// character. The result has pointer to array type.
  1964. llvm::Constant *CodeGenModule::GetAddrOfConstantCString(const std::string &Str,
  1965. const char *GlobalName,
  1966. unsigned Alignment) {
  1967. StringRef StrWithNull(Str.c_str(), Str.size() + 1);
  1968. return GetAddrOfConstantString(StrWithNull, GlobalName, Alignment);
  1969. }
  1970. /// EmitObjCPropertyImplementations - Emit information for synthesized
  1971. /// properties for an implementation.
  1972. void CodeGenModule::EmitObjCPropertyImplementations(const
  1973. ObjCImplementationDecl *D) {
  1974. for (ObjCImplementationDecl::propimpl_iterator
  1975. i = D->propimpl_begin(), e = D->propimpl_end(); i != e; ++i) {
  1976. ObjCPropertyImplDecl *PID = *i;
  1977. // Dynamic is just for type-checking.
  1978. if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
  1979. ObjCPropertyDecl *PD = PID->getPropertyDecl();
  1980. // Determine which methods need to be implemented, some may have
  1981. // been overridden. Note that ::isSynthesized is not the method
  1982. // we want, that just indicates if the decl came from a
  1983. // property. What we want to know is if the method is defined in
  1984. // this implementation.
  1985. if (!D->getInstanceMethod(PD->getGetterName()))
  1986. CodeGenFunction(*this).GenerateObjCGetter(
  1987. const_cast<ObjCImplementationDecl *>(D), PID);
  1988. if (!PD->isReadOnly() &&
  1989. !D->getInstanceMethod(PD->getSetterName()))
  1990. CodeGenFunction(*this).GenerateObjCSetter(
  1991. const_cast<ObjCImplementationDecl *>(D), PID);
  1992. }
  1993. }
  1994. }
  1995. static bool needsDestructMethod(ObjCImplementationDecl *impl) {
  1996. const ObjCInterfaceDecl *iface = impl->getClassInterface();
  1997. for (const ObjCIvarDecl *ivar = iface->all_declared_ivar_begin();
  1998. ivar; ivar = ivar->getNextIvar())
  1999. if (ivar->getType().isDestructedType())
  2000. return true;
  2001. return false;
  2002. }
  2003. /// EmitObjCIvarInitializations - Emit information for ivar initialization
  2004. /// for an implementation.
  2005. void CodeGenModule::EmitObjCIvarInitializations(ObjCImplementationDecl *D) {
  2006. // We might need a .cxx_destruct even if we don't have any ivar initializers.
  2007. if (needsDestructMethod(D)) {
  2008. IdentifierInfo *II = &getContext().Idents.get(".cxx_destruct");
  2009. Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
  2010. ObjCMethodDecl *DTORMethod =
  2011. ObjCMethodDecl::Create(getContext(), D->getLocation(), D->getLocation(),
  2012. cxxSelector, getContext().VoidTy, 0, D,
  2013. /*isInstance=*/true, /*isVariadic=*/false,
  2014. /*isSynthesized=*/true, /*isImplicitlyDeclared=*/true,
  2015. /*isDefined=*/false, ObjCMethodDecl::Required);
  2016. D->addInstanceMethod(DTORMethod);
  2017. CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false);
  2018. D->setHasCXXStructors(true);
  2019. }
  2020. // If the implementation doesn't have any ivar initializers, we don't need
  2021. // a .cxx_construct.
  2022. if (D->getNumIvarInitializers() == 0)
  2023. return;
  2024. IdentifierInfo *II = &getContext().Idents.get(".cxx_construct");
  2025. Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
  2026. // The constructor returns 'self'.
  2027. ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create(getContext(),
  2028. D->getLocation(),
  2029. D->getLocation(),
  2030. cxxSelector,
  2031. getContext().getObjCIdType(), 0,
  2032. D, /*isInstance=*/true,
  2033. /*isVariadic=*/false,
  2034. /*isSynthesized=*/true,
  2035. /*isImplicitlyDeclared=*/true,
  2036. /*isDefined=*/false,
  2037. ObjCMethodDecl::Required);
  2038. D->addInstanceMethod(CTORMethod);
  2039. CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true);
  2040. D->setHasCXXStructors(true);
  2041. }
  2042. /// EmitNamespace - Emit all declarations in a namespace.
  2043. void CodeGenModule::EmitNamespace(const NamespaceDecl *ND) {
  2044. for (RecordDecl::decl_iterator I = ND->decls_begin(), E = ND->decls_end();
  2045. I != E; ++I)
  2046. EmitTopLevelDecl(*I);
  2047. }
  2048. // EmitLinkageSpec - Emit all declarations in a linkage spec.
  2049. void CodeGenModule::EmitLinkageSpec(const LinkageSpecDecl *LSD) {
  2050. if (LSD->getLanguage() != LinkageSpecDecl::lang_c &&
  2051. LSD->getLanguage() != LinkageSpecDecl::lang_cxx) {
  2052. ErrorUnsupported(LSD, "linkage spec");
  2053. return;
  2054. }
  2055. for (RecordDecl::decl_iterator I = LSD->decls_begin(), E = LSD->decls_end();
  2056. I != E; ++I)
  2057. EmitTopLevelDecl(*I);
  2058. }
  2059. /// EmitTopLevelDecl - Emit code for a single top level declaration.
  2060. void CodeGenModule::EmitTopLevelDecl(Decl *D) {
  2061. // If an error has occurred, stop code generation, but continue
  2062. // parsing and semantic analysis (to ensure all warnings and errors
  2063. // are emitted).
  2064. if (Diags.hasErrorOccurred())
  2065. return;
  2066. // Ignore dependent declarations.
  2067. if (D->getDeclContext() && D->getDeclContext()->isDependentContext())
  2068. return;
  2069. switch (D->getKind()) {
  2070. case Decl::CXXConversion:
  2071. case Decl::CXXMethod:
  2072. case Decl::Function:
  2073. // Skip function templates
  2074. if (cast<FunctionDecl>(D)->getDescribedFunctionTemplate() ||
  2075. cast<FunctionDecl>(D)->isLateTemplateParsed())
  2076. return;
  2077. EmitGlobal(cast<FunctionDecl>(D));
  2078. break;
  2079. case Decl::Var:
  2080. EmitGlobal(cast<VarDecl>(D));
  2081. break;
  2082. // Indirect fields from global anonymous structs and unions can be
  2083. // ignored; only the actual variable requires IR gen support.
  2084. case Decl::IndirectField:
  2085. break;
  2086. // C++ Decls
  2087. case Decl::Namespace:
  2088. EmitNamespace(cast<NamespaceDecl>(D));
  2089. break;
  2090. // No code generation needed.
  2091. case Decl::UsingShadow:
  2092. case Decl::Using:
  2093. case Decl::UsingDirective:
  2094. case Decl::ClassTemplate:
  2095. case Decl::FunctionTemplate:
  2096. case Decl::TypeAliasTemplate:
  2097. case Decl::NamespaceAlias:
  2098. case Decl::Block:
  2099. case Decl::Import:
  2100. break;
  2101. case Decl::CXXConstructor:
  2102. // Skip function templates
  2103. if (cast<FunctionDecl>(D)->getDescribedFunctionTemplate() ||
  2104. cast<FunctionDecl>(D)->isLateTemplateParsed())
  2105. return;
  2106. EmitCXXConstructors(cast<CXXConstructorDecl>(D));
  2107. break;
  2108. case Decl::CXXDestructor:
  2109. if (cast<FunctionDecl>(D)->isLateTemplateParsed())
  2110. return;
  2111. EmitCXXDestructors(cast<CXXDestructorDecl>(D));
  2112. break;
  2113. case Decl::StaticAssert:
  2114. // Nothing to do.
  2115. break;
  2116. // Objective-C Decls
  2117. // Forward declarations, no (immediate) code generation.
  2118. case Decl::ObjCInterface:
  2119. break;
  2120. case Decl::ObjCCategory: {
  2121. ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D);
  2122. if (CD->IsClassExtension() && CD->hasSynthBitfield())
  2123. Context.ResetObjCLayout(CD->getClassInterface());
  2124. break;
  2125. }
  2126. case Decl::ObjCProtocol: {
  2127. ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(D);
  2128. if (Proto->isThisDeclarationADefinition())
  2129. ObjCRuntime->GenerateProtocol(Proto);
  2130. break;
  2131. }
  2132. case Decl::ObjCCategoryImpl:
  2133. // Categories have properties but don't support synthesize so we
  2134. // can ignore them here.
  2135. ObjCRuntime->GenerateCategory(cast<ObjCCategoryImplDecl>(D));
  2136. break;
  2137. case Decl::ObjCImplementation: {
  2138. ObjCImplementationDecl *OMD = cast<ObjCImplementationDecl>(D);
  2139. if (Features.ObjCNonFragileABI2 && OMD->hasSynthBitfield())
  2140. Context.ResetObjCLayout(OMD->getClassInterface());
  2141. EmitObjCPropertyImplementations(OMD);
  2142. EmitObjCIvarInitializations(OMD);
  2143. ObjCRuntime->GenerateClass(OMD);
  2144. break;
  2145. }
  2146. case Decl::ObjCMethod: {
  2147. ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(D);
  2148. // If this is not a prototype, emit the body.
  2149. if (OMD->getBody())
  2150. CodeGenFunction(*this).GenerateObjCMethod(OMD);
  2151. break;
  2152. }
  2153. case Decl::ObjCCompatibleAlias:
  2154. ObjCRuntime->RegisterAlias(cast<ObjCCompatibleAliasDecl>(D));
  2155. break;
  2156. case Decl::LinkageSpec:
  2157. EmitLinkageSpec(cast<LinkageSpecDecl>(D));
  2158. break;
  2159. case Decl::FileScopeAsm: {
  2160. FileScopeAsmDecl *AD = cast<FileScopeAsmDecl>(D);
  2161. StringRef AsmString = AD->getAsmString()->getString();
  2162. const std::string &S = getModule().getModuleInlineAsm();
  2163. if (S.empty())
  2164. getModule().setModuleInlineAsm(AsmString);
  2165. else if (*--S.end() == '\n')
  2166. getModule().setModuleInlineAsm(S + AsmString.str());
  2167. else
  2168. getModule().setModuleInlineAsm(S + '\n' + AsmString.str());
  2169. break;
  2170. }
  2171. default:
  2172. // Make sure we handled everything we should, every other kind is a
  2173. // non-top-level decl. FIXME: Would be nice to have an isTopLevelDeclKind
  2174. // function. Need to recode Decl::Kind to do that easily.
  2175. assert(isa<TypeDecl>(D) && "Unsupported decl kind");
  2176. }
  2177. }
  2178. /// Turns the given pointer into a constant.
  2179. static llvm::Constant *GetPointerConstant(llvm::LLVMContext &Context,
  2180. const void *Ptr) {
  2181. uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr);
  2182. llvm::Type *i64 = llvm::Type::getInt64Ty(Context);
  2183. return llvm::ConstantInt::get(i64, PtrInt);
  2184. }
  2185. static void EmitGlobalDeclMetadata(CodeGenModule &CGM,
  2186. llvm::NamedMDNode *&GlobalMetadata,
  2187. GlobalDecl D,
  2188. llvm::GlobalValue *Addr) {
  2189. if (!GlobalMetadata)
  2190. GlobalMetadata =
  2191. CGM.getModule().getOrInsertNamedMetadata("clang.global.decl.ptrs");
  2192. // TODO: should we report variant information for ctors/dtors?
  2193. llvm::Value *Ops[] = {
  2194. Addr,
  2195. GetPointerConstant(CGM.getLLVMContext(), D.getDecl())
  2196. };
  2197. GlobalMetadata->addOperand(llvm::MDNode::get(CGM.getLLVMContext(), Ops));
  2198. }
  2199. /// Emits metadata nodes associating all the global values in the
  2200. /// current module with the Decls they came from. This is useful for
  2201. /// projects using IR gen as a subroutine.
  2202. ///
  2203. /// Since there's currently no way to associate an MDNode directly
  2204. /// with an llvm::GlobalValue, we create a global named metadata
  2205. /// with the name 'clang.global.decl.ptrs'.
  2206. void CodeGenModule::EmitDeclMetadata() {
  2207. llvm::NamedMDNode *GlobalMetadata = 0;
  2208. // StaticLocalDeclMap
  2209. for (llvm::DenseMap<GlobalDecl,StringRef>::iterator
  2210. I = MangledDeclNames.begin(), E = MangledDeclNames.end();
  2211. I != E; ++I) {
  2212. llvm::GlobalValue *Addr = getModule().getNamedValue(I->second);
  2213. EmitGlobalDeclMetadata(*this, GlobalMetadata, I->first, Addr);
  2214. }
  2215. }
  2216. /// Emits metadata nodes for all the local variables in the current
  2217. /// function.
  2218. void CodeGenFunction::EmitDeclMetadata() {
  2219. if (LocalDeclMap.empty()) return;
  2220. llvm::LLVMContext &Context = getLLVMContext();
  2221. // Find the unique metadata ID for this name.
  2222. unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr");
  2223. llvm::NamedMDNode *GlobalMetadata = 0;
  2224. for (llvm::DenseMap<const Decl*, llvm::Value*>::iterator
  2225. I = LocalDeclMap.begin(), E = LocalDeclMap.end(); I != E; ++I) {
  2226. const Decl *D = I->first;
  2227. llvm::Value *Addr = I->second;
  2228. if (llvm::AllocaInst *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) {
  2229. llvm::Value *DAddr = GetPointerConstant(getLLVMContext(), D);
  2230. Alloca->setMetadata(DeclPtrKind, llvm::MDNode::get(Context, DAddr));
  2231. } else if (llvm::GlobalValue *GV = dyn_cast<llvm::GlobalValue>(Addr)) {
  2232. GlobalDecl GD = GlobalDecl(cast<VarDecl>(D));
  2233. EmitGlobalDeclMetadata(CGM, GlobalMetadata, GD, GV);
  2234. }
  2235. }
  2236. }
  2237. void CodeGenModule::EmitCoverageFile() {
  2238. if (!getCodeGenOpts().CoverageFile.empty()) {
  2239. if (llvm::NamedMDNode *CUNode = TheModule.getNamedMetadata("llvm.dbg.cu")) {
  2240. llvm::NamedMDNode *GCov = TheModule.getOrInsertNamedMetadata("llvm.gcov");
  2241. llvm::LLVMContext &Ctx = TheModule.getContext();
  2242. llvm::MDString *CoverageFile =
  2243. llvm::MDString::get(Ctx, getCodeGenOpts().CoverageFile);
  2244. for (int i = 0, e = CUNode->getNumOperands(); i != e; ++i) {
  2245. llvm::MDNode *CU = CUNode->getOperand(i);
  2246. llvm::Value *node[] = { CoverageFile, CU };
  2247. llvm::MDNode *N = llvm::MDNode::get(Ctx, node);
  2248. GCov->addOperand(N);
  2249. }
  2250. }
  2251. }
  2252. }