search for: gettypealignmentabi

Displaying 5 results from an estimated 5 matches for "gettypealignmentabi".

2007 Jan 24
2
[LLVMdev] llvm-poolalloc compilation failed
...unction 'bool Wants8ByteAlignment(const llvm::Type*, unsigned int, const llvm::TargetData&)': Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member named 'getTypeAlignment' There seem to be 3 methods in TargetData that are close to getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (), getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know what method should be used. Thanks, Ryan
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...> Heuristic.cpp: In function 'bool Wants8ByteAlignment(const llvm::Type*, > unsigned int, const llvm::TargetData&)': > Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member > named 'getTypeAlignment' The getTypeAlignment method was renamed to getTypeAlignmentABI, it should be safe to make that substitution. -Chris > There seem to be 3 methods in TargetData that are close to > getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (), > getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know > what method should be use...
2007 Jan 24
3
[LLVMdev] llvm-poolalloc compilation failed
...'bool Wants8ByteAlignment(const >> llvm::Type*, >> unsigned int, const llvm::TargetData&)': >> Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >> named 'getTypeAlignment' > > The getTypeAlignment method was renamed to getTypeAlignmentABI, it > should > be safe to make that substitution. > > -Chris > >> There seem to be 3 methods in TargetData that are close to >> getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (), >> getTypeAlignmentShift (). Does anyone working on llvm-poolalloc...
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...teAlignment(const llvm::Type*, >>> unsigned int, const llvm::TargetData&)': >>> Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >>> named 'getTypeAlignment' >> >> >> The getTypeAlignment method was renamed to getTypeAlignmentABI, it >> should >> be safe to make that substitution. >> >> -Chris >> >>> There seem to be 3 methods in TargetData that are close to >>> getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (), >>> getTypeAlignmentShift (). Does...
2007 Feb 06
1
[LLVMdev] llvm-poolalloc compilation failed
...vm::Type*, >>>>unsigned int, const llvm::TargetData&)': >>>>Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member >>>>named 'getTypeAlignment' >>> >>> >>>The getTypeAlignment method was renamed to getTypeAlignmentABI, it >>>should >>>be safe to make that substitution. >>> >>>-Chris >>> >>> >>>>There seem to be 3 methods in TargetData that are close to >>>>getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (), >>&...