search for: linkoncelinkag

Displaying 1 result from an estimated 1 matches for "linkoncelinkag".

Did you mean: linkoncelinkage
2003 Nov 21
1
[LLVMdev] Linkage Types
...lobal long ; <long*> [#uses=12] But, that's not what I expected to get when I defined it in the compiler like this: > TheIndex = new GlobalVariable( > /*type=*/Type::LongTy, > /*isConstant=*/false, > /*Linkage=*/GlobalValue::LinkOnceLinkage, > /*initializer=*/0, > /*name=*/"_index_", > /*parent=*/TheModule > ); >...