Searched refs:UnpackId (Results 1 – 2 of 2) sorted by relevance
587 auto Ids = __xray::UnpackId(FuncId); in __xray_patch_function()601 auto Ids = __xray::UnpackId(FuncId); in __xray_unpatch_function()629 auto Ids = __xray::UnpackId(CombinedFuncId); in __xray_function_address()681 return __xray::UnpackId(PackedId).second; in __xray_unpack_function_id()685 return __xray::UnpackId(PackedId).first; in __xray_unpack_object_id()
126 inline std::pair<int32_t, int32_t> UnpackId(int32_t PackedId) { in UnpackId() function