mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
remove unused funcs
This commit is contained in:
@@ -582,11 +582,6 @@ d2r_transpile_expression(Arena *arena, U64 image_base, U64 address_size, RDI_Arc
|
|||||||
return loc;
|
return loc;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal RDIM_LocationSet
|
|
||||||
d2r_convert_loclist(Arena *arena, RDIM_ScopeChunkList *scopes, U64 image_base, U64 address_size, RDI_Arch arch, DW_ListUnit *addr_lu, DW_LocList loclist)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
internal RDIM_Location *
|
internal RDIM_Location *
|
||||||
d2r_location_from_attrib(Arena *arena, DW_Input *input, DW_CompUnit *cu, U64 image_base, RDI_Arch arch, DW_Tag tag, DW_AttribKind kind)
|
d2r_location_from_attrib(Arena *arena, DW_Input *input, DW_CompUnit *cu, U64 image_base, RDI_Arch arch, DW_Tag tag, DW_AttribKind kind)
|
||||||
{
|
{
|
||||||
@@ -1798,19 +1793,6 @@ d2r_convert(Arena *arena, RDIM_LocalState *local_state, RC_Context *in)
|
|||||||
return bake_params;
|
return bake_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal RDIM_BakeResults
|
|
||||||
d2r_bake(RDIM_LocalState *state, RDIM_BakeParams *in_params)
|
|
||||||
{
|
|
||||||
return rdim_bake(state, in_params);
|
|
||||||
}
|
|
||||||
|
|
||||||
internal RDIM_SerializedSectionBundle
|
|
||||||
d2r_compress(Arena *arena, RDIM_SerializedSectionBundle in)
|
|
||||||
{
|
|
||||||
RDIM_SerializedSectionBundle result = {0};
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
internal RDI_Language
|
internal RDI_Language
|
||||||
rdi_language_from_dw_language(DW_Language v)
|
rdi_language_from_dw_language(DW_Language v)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user