object-introspection/oi/type_graph
2023-07-20 08:27:01 -07:00
..
AddChildren.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddChildren.h AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddPadding.cpp AddPadding: Pad unions when necessary 2023-07-18 17:45:46 +01:00
AddPadding.h AddPadding: Pad classes with zero members 2023-07-18 17:45:46 +01:00
AlignmentCalc.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
AlignmentCalc.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
CMakeLists.txt TypeGraph: add DotPrinter 2023-07-20 08:27:01 -07:00
DotPrinter.cpp TypeGraph: add DotPrinter 2023-07-20 08:27:01 -07:00
DotPrinter.h TypeGraph: add DotPrinter 2023-07-20 08:27:01 -07:00
DrgnParser.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
DrgnParser.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
Flattener.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
Flattener.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
NameGen.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NameGen.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NodeTracker.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
PassManager.cpp TypeGraph: add DotPrinter 2023-07-20 08:27:01 -07:00
PassManager.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
Printer.cpp Flattener: Pull up children of children 2023-07-10 16:40:29 +01:00
Printer.h Flattener: Attempt to take params from parent allocator in case of bad DWARF 2023-06-27 14:06:02 +01:00
RemoveIgnored.cpp RemoveIgnored: Set names for removed members to AddPadding::MemberPrefix 2023-07-12 14:40:10 +01:00
RemoveIgnored.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
RemoveTopLevelPointer.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
RemoveTopLevelPointer.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
TopoSorter.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TopoSorter.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TypeGraph.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
TypeGraph.h type_graph: deduplicate has_node_id 2023-07-14 16:03:56 +01:00
TypeIdentifier.cpp TypeIdentifier: Create custom visitor for Class types 2023-07-18 17:33:25 +01:00
TypeIdentifier.h TypeIdentifier: Create custom visitor for Class types 2023-07-18 17:33:25 +01:00
Types.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
Types.h type_graph: deduplicate has_node_id 2023-07-14 16:03:56 +01:00
Visitor.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00