Searched defs:FixCodeAddress (Results 1 – 5 of 5) sorted by relevance
124 virtual lldb::addr_t FixCodeAddress(lldb::addr_t pc) { return pc; } in FixCodeAddress() function151 virtual lldb::addr_t FixCodeAddress(lldb::addr_t pc, lldb::addr_t mask) { in FixCodeAddress() function
55 lldb::addr_t FixCodeAddress(lldb::addr_t pc) override { in FixCodeAddress() function
34 lldb::addr_t ABIAArch64::FixCodeAddress(lldb::addr_t pc) { in FixCodeAddress() function in ABIAArch64
816 lldb::addr_t ABISysV_arm64::FixCodeAddress(lldb::addr_t pc) { in FixCodeAddress() function in ABISysV_arm64