MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / AnalyzeDataLayoutAction

Method AnalyzeDataLayoutAction

ThunkLibs/Generator/data_layout.cpp:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21AnalyzeDataLayoutAction::AnalyzeDataLayoutAction(ABI& abi_)
22 : type_abi(abi_) {}
23
24std::unordered_map<const clang::Type*, TypeInfo>
25ComputeDataLayout(const clang::ASTContext& context, const std::unordered_map<const clang::Type*, AnalysisAction::RepackedType>& types) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected