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

Method FindLineMapping

FEXCore/include/FEXCore/HLE/SourcecodeResolver.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 const SourcecodeLineMapping* FindLineMapping(uintptr_t FileBegin) const {
69 return Find(FileBegin, SortedLineMappings);
70 }
71
72 const SourcecodeSymbolMapping* FindSymbolMapping(uintptr_t FileBegin) const {
73 return Find(FileBegin, SortedSymbolMappings);

Callers 1

GDBJITRegisterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected