| 19 | }; |
| 20 | |
| 21 | AnalyzeDataLayoutAction::AnalyzeDataLayoutAction(ABI& abi_) |
| 22 | : type_abi(abi_) {} |
| 23 | |
| 24 | std::unordered_map<const clang::Type*, TypeInfo> |
| 25 | ComputeDataLayout(const clang::ASTContext& context, const std::unordered_map<const clang::Type*, AnalysisAction::RepackedType>& types) { |
nothing calls this directly
no outgoing calls
no test coverage detected