MCPcopy Create free account
hub / github.com/GJDuck/e9patch / sendTranslateToStaticAddress

Function sendTranslateToStaticAddress

src/e9tool/e9metadata.cpp:1154–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152 info.clobber(rscratch);
1153}
1154static void sendTranslateToStaticAddress(FILE *out, const InstrInfo *I,
1155 CallInfo &info, bool _static, int regno)
1156{
1157 if (!_static || !info.pic)
1158 return;
1159 sendTranslateAddress(out, I, info, /*neg=*/true, regno);
1160}
1161static void sendTranslateToDynamicAddress(FILE *out, const InstrInfo *I,
1162 CallInfo &info, bool _static, int regno)
1163{

Callers 2

sendLoadTargetMetadataFunction · 0.85
sendLoadArgumentMetadataFunction · 0.85

Calls 1

sendTranslateAddressFunction · 0.85

Tested by

no test coverage detected